From 0b832c7c4592cdeff2beb36b3b497acbabcf8bde Mon Sep 17 00:00:00 2001 From: Maschell Date: Thu, 15 Jan 2026 16:49:10 +0100 Subject: [PATCH] Add -Werror --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 316f367..240d89a 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ INCLUDES := source #------------------------------------------------------------------------------- # options for code generation #------------------------------------------------------------------------------- -CFLAGS := -Wall -Wextra -Os -ffunction-sections -fdata-sections\ +CFLAGS := -Wall -Wextra -Werror -Os -ffunction-sections -fdata-sections\ $(MACHDEP) CFLAGS += $(INCLUDE) -D__WIIU__ -D__WUT__