From b9eb5c399be4f37363e87158014e8390f6493560 Mon Sep 17 00:00:00 2001
From: Alam Arias <Alam.GBC@gmail.com>
Date: Sat, 2 Mar 2019 18:39:10 -0500
Subject: [PATCH] Just do not warn about unsuffixed float constants

---
 src/Makefile.cfg | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/Makefile.cfg b/src/Makefile.cfg
index 9e624cc76..d2098f37a 100644
--- a/src/Makefile.cfg
+++ b/src/Makefile.cfg
@@ -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
-- 
GitLab