Navigation Menu

Skip to content

Commit

Permalink
cmake: suppress unused-parameter warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Feb 5, 2018
1 parent 1670b34 commit eb134f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Expand Up @@ -176,6 +176,7 @@ endmacro()
if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_COMPILER_IS_CLANGCXX)
check_build_flag("-Wall")
check_build_flag("-Wno-unused-but-set-variable")
check_build_flag("-Wno-unused-parameter")
check_cflag("-Wno-pointer-sign")
check_build_flag("-Wformat")
check_build_flag("-Wno-format-truncation")
Expand Down

0 comments on commit eb134f2

Please sign in to comment.