mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-06-23 05:29:49 +01:00
(svn r26040) -Fix: return 0 from unreached part of function to silence some compilers
This commit is contained in:
parent
65752ec55b
commit
29d0c68bb0
@ -332,6 +332,7 @@ protected:
|
|||||||
default:
|
default:
|
||||||
NOT_REACHED();
|
NOT_REACHED();
|
||||||
}
|
}
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user