aboutsummaryrefslogtreecommitdiffstats
path: root/test/hal
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-06-13 10:24:42 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-06-13 10:24:42 +0000
commit952b0dc3fdb9db9055a67958135aca3046fd9249 (patch)
tree832c945265561b4cf1e0d2bf8c60db26a6b37716 /test/hal
parent07abb12be83bb896d5dcbce8397f90d1f40f0a95 (diff)
downloadChibiOS-952b0dc3fdb9db9055a67958135aca3046fd9249.tar.gz
ChibiOS-952b0dc3fdb9db9055a67958135aca3046fd9249.tar.bz2
ChibiOS-952b0dc3fdb9db9055a67958135aca3046fd9249.zip
Updated all makefiles by adding -Wundef.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8029 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test/hal')
-rw-r--r--test/hal/testbuild/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/hal/testbuild/Makefile b/test/hal/testbuild/Makefile
index 36b46326a..8fb265acd 100644
--- a/test/hal/testbuild/Makefile
+++ b/test/hal/testbuild/Makefile
@@ -180,10 +180,10 @@ AOPT =
TOPT = -mthumb -DTHUMB
# 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