discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=945897930e5a270b399b767d7f73a493205dc58d

commit 945897930e5a270b399b767d7f73a493205dc58d
Author: Mike Blumenkrantz <[email protected]>
Date:   Fri Jan 6 12:56:22 2017 -0500

    Revert "warnings - disable y2k and format non literal and float comparison"
    
    This reverts commit 210670c6a698b6c96469a19fbd9dd14d088fcb7a.
    
    these are useful warnings which consistently reveal bugs.
---
 configure.ac | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index 4cf3902..5253f34 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1038,13 +1038,12 @@ m4_ifdef([v_rev],
     EFL_COMPILER_FLAG([-W])
     EFL_COMPILER_FLAG([-Wpointer-arith])
     EFL_COMPILER_FLAG([-Wshadow])
+    EFL_COMPILER_FLAG([-Wno-missing-field-initializers])
+    EFL_COMPILER_FLAG([-Wfloat-equal])
     EFL_COMPILER_FLAG([-Wuninitialized])
     EFL_COMPILER_FLAG([-Wundef])
     EFL_COMPILER_FLAG([-Wcast-align])
     EFL_COMPILER_FLAG([-Wformat=2])
-    EFL_COMPILER_FLAG([-Wno-missing-field-initializers])
-    EFL_COMPILER_FLAG([-Wno-format-y2k])
-    EFL_COMPILER_FLAG([-Wno-format-nonliteral])
    ])
 
 SUID_CFLAGS=

-- 


Reply via email to