From 5dff73d913879f4de69cd03d3fe12381f46e4f20 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Fri, 22 Sep 2017 08:24:31 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10668 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/SPC5/RT-SPC56EC-EVB/Makefile_ghs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'demos/SPC5') 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 -- cgit v1.2.3