Skip to content

Commit

Permalink
cppcheck: Pass --check-level=exhaustive to cppcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
krivenko committed Jul 16, 2024
1 parent 1689c86 commit 0d09d49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/StaticAnalysis.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ if(CMAKE_VERSION VERSION_GREATER_EQUAL 3.10)
"--enable=warning,style,performance,portability"
"--std=c++17"
"--template=gcc"
"--check-level=exhaustive"
"--inline-suppr"
"--verbose"
"--force"
Expand Down

0 comments on commit 0d09d49

Please sign in to comment.