From 94d5aeabb217cb08acf1225342c28bb0ac44f676 Mon Sep 17 00:00:00 2001 From: tron Date: Sat, 22 Jan 2005 20:23:18 +0000 Subject: (svn r1594) Convert all undefined parameter lists to (void) and add the appropriate warning flags in the Makefile --- aircraft_cmd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'aircraft_cmd.c') diff --git a/aircraft_cmd.c b/aircraft_cmd.c index 58168db9b..0724c81f8 100644 --- a/aircraft_cmd.c +++ b/aircraft_cmd.c @@ -537,7 +537,7 @@ void OnNewDay_Aircraft(Vehicle *v) InvalidateWindowClasses(WC_AIRCRAFT_LIST); } -void AircraftYearlyLoop() +void AircraftYearlyLoop(void) { Vehicle *v; @@ -1875,7 +1875,7 @@ void UpdateOilRig( void ) } // need to be called to load aircraft from old version -void UpdateOldAircraft() +void UpdateOldAircraft(void) { Station *st; Vehicle *v_oldstyle; -- cgit v1.2.3-54-g00ecf