[Groonga-commit] groonga/groonga at fcecf35 [master] cmake: remove -Wfloat-equal

Back to archive index
Kouhei Sutou null+****@clear*****
Fri May 10 17:11:17 JST 2019


Kouhei Sutou	2019-05-10 17:11:17 +0900 (Fri, 10 May 2019)

  Revision: fcecf352d67147ee1e95eb626111cee1aef1d7e3
  https://github.com/groonga/groonga/commit/fcecf352d67147ee1e95eb626111cee1aef1d7e3

  Message:
    cmake: remove -Wfloat-equal
    
    We can't resolve all warnings for this.

  Modified files:
    CMakeLists.txt

  Modified: CMakeLists.txt (+0 -1)
===================================================================
--- CMakeLists.txt    2019-05-10 16:09:59 +0900 (66d5f446c)
+++ CMakeLists.txt    2019-05-10 17:11:17 +0900 (855d61073)
@@ -194,7 +194,6 @@ if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_COMPILER_IS_CLANGCXX)
   check_build_flag("-Wstrict-aliasing=2")
   check_build_flag("-fno-strict-aliasing")
   check_build_flag("-Wno-disabled-optimization")
-  check_build_flag("-Wfloat-equal")
   check_build_flag("-Wpointer-arith")
   check_cflag("-Wbad-function-cast")
   # if(NOT CMAKE_COMPILER_IS_CLANGCXX)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190510/60032bfa/attachment.html>


More information about the Groonga-commit mailing list
Back to archive index