diff options
author | yenatch <yenatch@gmail.com> | 2017-07-06 22:12:16 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2017-07-06 22:12:16 -0400 |
commit | 5db79b8ff4e3d898b7418d4d679cca2dc65a2693 (patch) | |
tree | 58255dbe426305f7190d31a39d3f0946b79ba2ba | |
parent | a661bbf4ea77e98df4f45353082d9681058e387f (diff) |
Error on cpp warnings
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |