We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca168a7 commit 8ce0eeeCopy full SHA for 8ce0eee
storage/mroonga/vendor/groonga/CMakeLists.txt
@@ -150,7 +150,7 @@ endif()
150
151
if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_COMPILER_IS_CLANGCXX)
152
MY_CHECK_AND_SET_COMPILER_FLAG("-Wall")
153
- MY_CHECK_AND_SET_COMPILER_FLAG("-Wno-unused-but-set-variable")
+ MY_CHECK_AND_SET_COMPILER_FLAG("-Wno-error=unused-but-set-variable")
154
MY_CHECK_AND_SET_COMPILER_FLAG("-Wno-pointer-sign")
155
MY_CHECK_AND_SET_COMPILER_FLAG("-Wformat")
156
MY_CHECK_AND_SET_COMPILER_FLAG("-Wstrict-aliasing=2")
0 commit comments