activa -Wextra -Wpedantic i neteja warnings
This commit is contained in:
@@ -412,6 +412,6 @@ void Intro::iterate() {
|
||||
}
|
||||
|
||||
// Procesa un evento individual
|
||||
void Intro::handleEvent(const SDL_Event *event) {
|
||||
void Intro::handleEvent(const SDL_Event * /*event*/) {
|
||||
// SDL_EVENT_QUIT ya lo maneja Director
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user