diff options
author | Stefan Schmidt <stefan@osg.samsung.com> | 2016-12-21 10:42:34 +0100 |
---|---|---|
committer | Stefan Schmidt <stefan@osg.samsung.com> | 2016-12-21 10:42:34 +0100 |
commit | 877f55e13ba9530a8933e2706350d9b3805a2cf4 (patch) | |
tree | cee815c53be03c00425aed2b2399066481e53d09 | |
parent | 92b2c86ed8c9cdb8c1efc43f3d780f04910b9ee8 (diff) |
Revert "build: enable -Wfloat-equal for compiling"
This reverts commit 25792d64165ad4f5f647a36f087af2d2206a6618.
100 patches later the build output is still noisy with all these warnings.
I'm happy to see this warnings added to the default CFLAGS once the current
warnings have been dealt with.
Enable this warning in the local CFLAGS, get the current warnings fixed,
add it to the efl default flags to make the warning prominent for newly added
code.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index bc45d14263..06946b2400 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -504,7 +504,7 @@ AC_CHECK_TYPES([siginfo_t], [], [], | |||
504 | 504 | ||
505 | AC_C_BIGENDIAN | 505 | AC_C_BIGENDIAN |
506 | AC_C_INLINE | 506 | AC_C_INLINE |
507 | EFL_CHECK_COMPILER_FLAGS([EFLALL], [-Wall -Wextra -Wpointer-arith -Wfloat-equal -Wno-missing-field-initializers -fvisibility=hidden -fdata-sections -ffunction-sections]) | 507 | EFL_CHECK_COMPILER_FLAGS([EFLALL], [-Wall -Wextra -Wpointer-arith -Wno-missing-field-initializers -fvisibility=hidden -fdata-sections -ffunction-sections]) |
508 | 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]) | 508 | 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]) |
509 | case "${build_profile}" in | 509 | case "${build_profile}" in |
510 | dev) | 510 | dev) |