activa -Wextra -Wpedantic i neteja warnings

This commit is contained in:
2026-05-19 18:49:51 +02:00
parent 7bd4d4d114
commit be1a9a1d9b
8 changed files with 44 additions and 11 deletions
+1 -1
View File
@@ -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
}