aboutsummaryrefslogtreecommitdiff
path: root/makefiles/toolchain_gnu-arm-eabi.mk
diff options
context:
space:
mode:
authorThomas Gubler <thomasgubler@gmail.com>2015-01-05 15:22:43 +0100
committerThomas Gubler <thomasgubler@gmail.com>2015-01-05 15:22:43 +0100
commit1fe70a845ddd5ba9721748ceced81327efa47193 (patch)
treecd2c6bcfb0d0d35700ade41defeffa6bcee578af /makefiles/toolchain_gnu-arm-eabi.mk
parent5745189e7b27a7b0b190c746f632318e3c1ee4d7 (diff)
downloadpx4-firmware-1fe70a845ddd5ba9721748ceced81327efa47193.tar.gz
px4-firmware-1fe70a845ddd5ba9721748ceced81327efa47193.tar.bz2
px4-firmware-1fe70a845ddd5ba9721748ceced81327efa47193.zip
turn off werror for now
Diffstat (limited to 'makefiles/toolchain_gnu-arm-eabi.mk')
-rw-r--r--makefiles/toolchain_gnu-arm-eabi.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/makefiles/toolchain_gnu-arm-eabi.mk b/makefiles/toolchain_gnu-arm-eabi.mk
index ef70d51f2..caaf4ca87 100644
--- a/makefiles/toolchain_gnu-arm-eabi.mk
+++ b/makefiles/toolchain_gnu-arm-eabi.mk
@@ -127,7 +127,6 @@ ARCHCXXFLAGS = -fno-exceptions -fno-rtti -std=gnu++0x -fno-threadsafe-statics
#
ARCHWARNINGS = -Wall \
-Wextra \
- -Werror \
-Wdouble-promotion \
-Wshadow \
-Wfloat-equal \