Do not require suffixed constants

This commit is contained in:
Lorenz Meier 2014-01-05 01:49:21 +01:00
parent 4d3a2c824c
commit ba4f881f80
1 changed files with 1 additions and 2 deletions

View File

@ -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
# #