diff options
Diffstat (limited to 'demos/SPC5/RT-SPC560P-EVB')
-rw-r--r-- | demos/SPC5/RT-SPC560P-EVB/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/SPC5/RT-SPC560P-EVB/Makefile b/demos/SPC5/RT-SPC560P-EVB/Makefile index 2b046fd7d..c295f7ba3 100644 --- a/demos/SPC5/RT-SPC560P-EVB/Makefile +++ b/demos/SPC5/RT-SPC560P-EVB/Makefile @@ -146,10 +146,10 @@ MOT = $(CP) -O srec BIN = $(CP) -O binary
# Define C warning options here
-CWARN = -Wall -Wextra -Wstrict-prototypes
+CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here
-CPPWARN = -Wall -Wextra
+CPPWARN = -Wall -Wextra -Wundef
#
# Compiler settings
|