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>