Revert "warnings - disable y2k and format non literal and float comparison"

This reverts commit 210670c6a6.

these are useful warnings which consistently reveal bugs.
This commit is contained in:
Mike Blumenkrantz 2017-01-06 12:56:22 -05:00
parent 574bf220d5
commit 945897930e
1 changed files with 2 additions and 3 deletions

View File

@ -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=