mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-08 07:21:53 +00: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:
|
||||
NOT_REACHED();
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user