From 945897930e5a270b399b767d7f73a493205dc58d Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Fri, 6 Jan 2017 12:56:22 -0500 Subject: [PATCH] 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 4cf3902e6..5253f34c8 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=