Just do not warn about unsuffixed float constants

This commit is contained in:
Alam Arias 2019-03-02 18:39:10 -05:00
parent 2a672dbd70
commit b9eb5c399b

View file

@ -189,12 +189,6 @@ ifdef GCC46
WFLAGS+=-Wno-suggest-attribute=noreturn
endif
ifndef MINGW
ifdef GCC45
WFLAGS+=-Wunsuffixed-float-constants
endif
endif
ifdef NOLDWARNING
LDFLAGS+=-Wl,--as-needed
endif