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) \
-Wold-style-declaration \ -Wold-style-declaration \
-Wmissing-parameter-type \ -Wmissing-parameter-type \
-Wmissing-prototypes \ -Wmissing-prototypes \
-Wnested-externs \ -Wnested-externs
-Wunsuffixed-float-constants
# C++-specific warnings # C++-specific warnings
# #

Loading…
Cancel
Save