discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=25792d64165ad4f5f647a36f087af2d2206a6618

commit 25792d64165ad4f5f647a36f087af2d2206a6618
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Mon Dec 19 11:08:43 2016 -0500

    build: enable -Wfloat-equal for compiling
    
     #WarningOfTheMonth
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 06946b2..bc45d14 100644
--- a/configure.ac
+++ b/configure.ac
@@ -504,7 +504,7 @@ AC_CHECK_TYPES([siginfo_t], [], [],
 
 AC_C_BIGENDIAN
 AC_C_INLINE
-EFL_CHECK_COMPILER_FLAGS([EFLALL], [-Wall -Wextra -Wpointer-arith 
-Wno-missing-field-initializers -fvisibility=hidden -fdata-sections 
-ffunction-sections])
+EFL_CHECK_COMPILER_FLAGS([EFLALL], [-Wall -Wextra -Wpointer-arith 
-Wfloat-equal -Wno-missing-field-initializers -fvisibility=hidden 
-fdata-sections -ffunction-sections])
 EFL_CHECK_LINKER_FLAGS([EFLALL], [-fvisibility=hidden -fdata-sections 
-ffunction-sections -Wl,--gc-sections -fno-strict-aliasing -Wl,--as-needed 
-Wl,--no-copy-dt-needed-entries])
 case "${build_profile}" in
    dev)

-- 


Reply via email to