From 5db79b8ff4e3d898b7418d4d679cca2dc65a2693 Mon Sep 17 00:00:00 2001 From: yenatch Date: Thu, 6 Jul 2017 22:12:16 -0400 Subject: Error on cpp warnings --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 68fa2ddbc..c8482e7c7 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ CC1 := tools/agbcc/bin/agbcc override CFLAGS += -mthumb-interwork -Wimplicit -Wparentheses -Wunused -Werror -O2 -fhex-asm CPP := $(DEVKITARM)/bin/arm-none-eabi-cpp -CPPFLAGS := -I tools/agbcc/include -iquote include -nostdinc -undef +CPPFLAGS := -I tools/agbcc/include -iquote include -nostdinc -undef -Werror LD := $(DEVKITARM)/bin/arm-none-eabi-ld -- cgit v1.2.3