diff options
Diffstat (limited to 'demos/SPC5/RT-SPC56EC-EVB')
-rw-r--r-- | demos/SPC5/RT-SPC56EC-EVB/Makefile_ghs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/SPC5/RT-SPC56EC-EVB/Makefile_ghs b/demos/SPC5/RT-SPC56EC-EVB/Makefile_ghs index 5fa7c22d6..87c7b7058 100644 --- a/demos/SPC5/RT-SPC56EC-EVB/Makefile_ghs +++ b/demos/SPC5/RT-SPC56EC-EVB/Makefile_ghs @@ -148,10 +148,10 @@ MOT = gsrec BIN = gmemfile
# Define C warning options here
-CWARN = --ghstd=last
+CWARN = -Wunknown-pragmas -Wimplicit-int -Wshadow -Wtrigraphs -Wundef
# Define C++ warning options here
-CPPWARN = --ghstd=last
+CPPWARN = -Wunknown-pragmas -Wimplicit-int -Wshadow -Wtrigraphs -Wundef
#
# Compiler settings
|