Browse Source

turn off werror for now

sbg
Thomas Gubler 10 years ago
parent
commit
1fe70a845d
  1. 1
      makefiles/toolchain_gnu-arm-eabi.mk

1
makefiles/toolchain_gnu-arm-eabi.mk

@ -127,7 +127,6 @@ ARCHCXXFLAGS = -fno-exceptions -fno-rtti -std=gnu++0x -fno-threadsafe-statics @@ -127,7 +127,6 @@ ARCHCXXFLAGS = -fno-exceptions -fno-rtti -std=gnu++0x -fno-threadsafe-statics
#
ARCHWARNINGS = -Wall \
-Wextra \
-Werror \
-Wdouble-promotion \
-Wshadow \
-Wfloat-equal \

Loading…
Cancel
Save