forked from mirror/OpenTTD
(svn r1594) Convert all undefined parameter lists to (void) and add the appropriate warning flags in the Makefile
This commit is contained in:
@@ -789,7 +789,7 @@ void HandleClickOnShip(Vehicle *v)
|
||||
ShowShipViewWindow(v);
|
||||
}
|
||||
|
||||
void ShipsYearlyLoop()
|
||||
void ShipsYearlyLoop(void)
|
||||
{
|
||||
Vehicle *v;
|
||||
|
||||
|
Reference in New Issue
Block a user