diff --git a/cmake/StaticAnalysis.cmake b/cmake/StaticAnalysis.cmake index a619557..f3a12fe 100644 --- a/cmake/StaticAnalysis.cmake +++ b/cmake/StaticAnalysis.cmake @@ -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"