aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2014-01-05 01:49:21 +0100
committerLorenz Meier <lm@inf.ethz.ch>2014-01-05 01:49:21 +0100
commit366af8da80a31c896b9b6b7254d80fa1b0fa86c7 (patch)
tree796608e92ff8e230de2ea8ffcfbe125915123760
parent97e8386290b89b0877fe57de31000801b7d0b8c0 (diff)
downloadpx4-firmware-366af8da80a31c896b9b6b7254d80fa1b0fa86c7.tar.gz
px4-firmware-366af8da80a31c896b9b6b7254d80fa1b0fa86c7.tar.bz2
px4-firmware-366af8da80a31c896b9b6b7254d80fa1b0fa86c7.zip
Do not require suffixed constants
-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
#