Fix compiler warnings

This commit is contained in:
Maschell
2026-01-21 19:51:11 +01:00
parent 3276014468
commit aee2ce8806
4 changed files with 6 additions and 6 deletions

View File

@@ -30,7 +30,7 @@ INCLUDES := src
#-------------------------------------------------------------------------------
# options for code generation
#-------------------------------------------------------------------------------
CFLAGS := -Wall -Wextra -O2 -ffunction-sections\
CFLAGS := -Wall -Wextra -Werror -O2 -ffunction-sections\
$(MACHDEP)
CFLAGS += $(INCLUDE) -D__WIIU__ -D__WUT__