mirror of https://github.com/OpenTTD/OpenTTD
(svn r26040) -Fix: return 0 from unreached part of function to silence some compilers
parent
65752ec55b
commit
29d0c68bb0
|
@ -332,6 +332,7 @@ protected:
|
||||||
default:
|
default:
|
||||||
NOT_REACHED();
|
NOT_REACHED();
|
||||||
}
|
}
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue