Browse Source

Do not require suffixed constants

sbg
Lorenz Meier 11 years ago
parent
commit
366af8da80
  1. 3
      makefiles/toolchain_gnu-arm-eabi.mk

3
makefiles/toolchain_gnu-arm-eabi.mk

@ -138,8 +138,7 @@ ARCHCWARNINGS = $(ARCHWARNINGS) \ @@ -138,8 +138,7 @@ ARCHCWARNINGS = $(ARCHWARNINGS) \
-Wold-style-declaration \
-Wmissing-parameter-type \
-Wmissing-prototypes \
-Wnested-externs \
-Wunsuffixed-float-constants
-Wnested-externs
# C++-specific warnings
#

Loading…
Cancel
Save