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