forked from mirror/OpenTTD
(svn r26040) -Fix: return 0 from unreached part of function to silence some compilers
This commit is contained in:
@@ -332,6 +332,7 @@ protected:
|
||||
default:
|
||||
NOT_REACHED();
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user