added default case to switch case statement to fix warnings with gcc and xcode
This commit is contained in:
parent
a39ade36c9
commit
055fb32794
1 changed files with 2 additions and 0 deletions
|
@ -383,6 +383,8 @@ void play_multiplayer_client(display& disp, game_data& units_data, config& cfg,
|
|||
status = 1;
|
||||
break;
|
||||
}
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue