(svn r1594) Convert all undefined parameter lists to (void) and add the appropriate warning flags in the Makefile
This commit is contained in:
@@ -714,7 +714,7 @@ static uint32 VehicleEnter_Water(Vehicle *v, uint tile, int x, int y)
|
||||
return 0;
|
||||
}
|
||||
|
||||
void InitializeDock()
|
||||
void InitializeDock(void)
|
||||
{
|
||||
_last_built_ship_depot_tile = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user