Fix compiler warnings

This commit is contained in:
Maschell
2026-01-20 18:26:59 +01:00
parent 18a2a8cbc2
commit c3c68ac4f2
5 changed files with 6 additions and 2 deletions

View File

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