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