cmake: add -Wimplicit-fallthrough warning
This commit is contained in:
committed by
Anonymous Maarten
parent
086a7a4687
commit
f59dbf6a12
@@ -508,6 +508,7 @@ static void loop(void)
|
||||
switch (event.key.keysym.sym) {
|
||||
case SDLK_ESCAPE:
|
||||
done = 1;
|
||||
break;
|
||||
case SDLK_SPACE:
|
||||
case SDLK_RIGHT:
|
||||
NextStage();
|
||||
|
||||
Reference in New Issue
Block a user