Skip to content
Snippets Groups Projects
Commit 9971d7df authored by jwendt's avatar jwendt
Browse files

supress unusedFunction warnings of cppcehck

parent 76140a87
No related branches found
No related tags found
1 merge request!147Feature/#479 fix cppcheck clang conan
......@@ -36,7 +36,7 @@ else()
message(STATUS "Use cppcheck from: ${CPPCHECK_COMMAND}")
endif()
set(CPPCHECK_ARGUMENTS --enable=warning,performance,portability,missingInclude,unusedFunction,style --error-exitcode=1 --quiet --verbose)
set(CPPCHECK_ARGUMENTS --enable=warning,performance,portability,missingInclude,style --suppress=unusedFunction --error-exitcode=1 --quiet --verbose)
if(MSVC)
list(APPEND CPPCHECK_ARGUMENTS --template=vs)
elseif(CLANG)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment