mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-26 17:31:45 +02:00
No old-style function definitions.
Specify void as argument type for functions that don't take args.
This commit is contained in:

committed by
Alex Smith

parent
45ba5bc4c4
commit
d12ab6830f
@ -705,7 +705,7 @@ static int run_supervisor_tests(void)
|
||||
*
|
||||
* returns 0 for success, -1 for failure
|
||||
*/
|
||||
int game_mode_run_client_tests()
|
||||
int game_mode_run_client_tests(void)
|
||||
{
|
||||
int status = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user