Skip to content
Snippets Groups Projects
Commit b9eb5c39 authored by Alam Arias's avatar Alam Arias
Browse files

Just do not warn about unsuffixed float constants

parent 2a672dbd
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment