activa -Wextra -Wpedantic i neteja warnings

This commit is contained in:
2026-05-18 21:53:32 +02:00
parent 78682b7071
commit e47bc5188a
8 changed files with 45 additions and 13 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ void Logo::handleInput() {
}
// Gestiona el logo de JAILGAME
void Logo::updateJAILGAMES(float delta_time) {
void Logo::updateJAILGAMES(float /*delta_time*/) {
// Solo actualizar durante el estado JAILGAMES_SLIDE_IN
if (state_ != State::JAILGAMES_SLIDE_IN) {
return;