[Groonga-commit] groonga/groonga at 5b6147b [master] Disable sign-compare warning

アーカイブの一覧に戻る
Kouhei Sutou null+****@clear*****
Mon Nov 26 16:09:50 JST 2018


Kouhei Sutou	2018-11-26 16:09:50 +0900 (Mon, 26 Nov 2018)

  Revision: 5b6147b44402bc21da1b4e7f1b9813c8ae55e2a5
  https://github.com/groonga/groonga/commit/5b6147b44402bc21da1b4e7f1b9813c8ae55e2a5

  Message:
    Disable sign-compare warning

  Modified files:
    CMakeLists.txt

  Modified: CMakeLists.txt (+1 -0)
===================================================================
--- CMakeLists.txt    2018-11-26 13:40:47 +0900 (b14481dc8)
+++ CMakeLists.txt    2018-11-26 16:09:50 +0900 (339115c6b)
@@ -202,6 +202,7 @@ if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_COMPILER_IS_CLANGCXX)
   # endif()
   # check_build_flag("-Wredundant-decls")
   check_build_flag("-Wwrite-strings")
+  check_build_flag("-Wno-sign-compare")
   check_cxxflag("-fexceptions")
   check_cxxflag("-fimplicit-templates")
 endif()
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20181126/0f5e5302/attachment.html>


More information about the Groonga-commit mailing list
アーカイブの一覧に戻る