aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2014-01-07 07:57:58 +0100
committerLorenz Meier <lm@inf.ethz.ch>2014-01-07 07:57:58 +0100
commit4f95ce3dc2415ca022eb5760e7a51349ce9e2c11 (patch)
tree3e75df819a6ab5bb97157b64f6c61ee9b4a8caf3
parent7590d91cf24d7fdd9bc0167958eba16cf584c67c (diff)
parent64a22fc0110e6aa6aeb39a4bb22085e3586b74fc (diff)
downloadpx4-firmware-4f95ce3dc2415ca022eb5760e7a51349ce9e2c11.tar.gz
px4-firmware-4f95ce3dc2415ca022eb5760e7a51349ce9e2c11.tar.bz2
px4-firmware-4f95ce3dc2415ca022eb5760e7a51349ce9e2c11.zip
Merge branch 'mount_tests' of github.com:PX4/Firmware into mount_tests
-rw-r--r--makefiles/toolchain_gnu-arm-eabi.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/makefiles/toolchain_gnu-arm-eabi.mk b/makefiles/toolchain_gnu-arm-eabi.mk
index 9fd2dd516..bb729e103 100644
--- a/makefiles/toolchain_gnu-arm-eabi.mk
+++ b/makefiles/toolchain_gnu-arm-eabi.mk
@@ -138,8 +138,7 @@ ARCHCWARNINGS = $(ARCHWARNINGS) \
-Wold-style-declaration \
-Wmissing-parameter-type \
-Wmissing-prototypes \
- -Wnested-externs \
- -Wunsuffixed-float-constants
+ -Wnested-externs
# C++-specific warnings
#