(svn r1594) Convert all undefined parameter lists to (void) and add the appropriate warning flags in the Makefile
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
struct vehiclelist_d;
|
||||
|
||||
void DrawVehicleProfitButton(Vehicle *v, int x, int y);
|
||||
void InitializeVehiclesGuiList();
|
||||
void InitializeVehiclesGuiList(void);
|
||||
|
||||
/* sorter stuff */
|
||||
void RebuildVehicleLists(void);
|
||||
|
||||
Reference in New Issue
Block a user