activa -Wextra -Wpedantic i neteja warnings
This commit is contained in:
+1
-1
@@ -58,6 +58,6 @@ auto SDL_AppEvent(void *appstate, SDL_Event *event) -> SDL_AppResult {
|
||||
return static_cast<Director *>(appstate)->handleEvent(event);
|
||||
}
|
||||
|
||||
void SDL_AppQuit(void *appstate, SDL_AppResult result) {
|
||||
void SDL_AppQuit(void *appstate, SDL_AppResult /*result*/) {
|
||||
delete static_cast<Director *>(appstate);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user