(svn r1594) Convert all undefined parameter lists to (void) and add the appropriate warning flags in the Makefile
This commit is contained in:
@@ -1509,7 +1509,7 @@ void HandleClickOnRoadVeh(Vehicle *v)
|
||||
ShowRoadVehViewWindow(v);
|
||||
}
|
||||
|
||||
void RoadVehiclesYearlyLoop()
|
||||
void RoadVehiclesYearlyLoop(void)
|
||||
{
|
||||
Vehicle *v;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user