diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-09-22 08:24:31 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-09-22 08:24:31 +0000 |
commit | 5dff73d913879f4de69cd03d3fe12381f46e4f20 (patch) | |
tree | 0b22fd13276fba3ddd09cb2a236a9a1ce4235385 /demos/SPC5/RT-SPC56EC-EVB | |
parent | a3d35fc2a3a8eee327bfa8ac0037498a9f8f383e (diff) | |
download | ChibiOS-5dff73d913879f4de69cd03d3fe12381f46e4f20.tar.gz ChibiOS-5dff73d913879f4de69cd03d3fe12381f46e4f20.tar.bz2 ChibiOS-5dff73d913879f4de69cd03d3fe12381f46e4f20.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10668 35acf78f-673a-0410-8e92-d51de3d6d3f4
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
|