From f142cddbd6d22a5e9f55227f6f63508e5a9f567a Mon Sep 17 00:00:00 2001 From: qcz Date: Wed, 20 Aug 2014 16:04:10 +0200 Subject: [PATCH] Add return type to remove Travis warnings --- src/game.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game.c b/src/game.c index 4c202af1d3..fc1c9a1ad6 100644 --- a/src/game.c +++ b/src/game.c @@ -2931,7 +2931,7 @@ static uint32 game_do_command_table[58] = { 0x0068DF91 }; -game_command_emptysub(int* eax, int* ebx, int* ecx, int* edx, int* esi, int* edi, int* ebp) {} +void game_command_emptysub(int* eax, int* ebx, int* ecx, int* edx, int* esi, int* edi, int* ebp) {} static GAME_COMMAND_POINTER* new_game_command_table[58] = { game_command_emptysub,