Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mantidproject
mantid
Commits
cca05a3e
Commit
cca05a3e
authored
Jul 28, 2021
by
Peterson, Peter
Browse files
Turning off checking for unused private methods
cppcheck is giving false positives in class hierarchies
parent
eed1bc88
Changes
1
Hide whitespace changes
Inline
Side-by-side
buildconfig/CMake/CppCheck_Suppressions.txt.in
View file @
cca05a3e
...
...
@@ -33,7 +33,7 @@ syntaxError:${CMAKE_SOURCE_DIR}/Framework/API/src/MatrixWorkspace.cpp
//passedByValue
// Cppcheck struggles with some inheritance chains, some of these might be true though
//
unusedPrivateFunction
unusedPrivateFunction
// Nice to have, not need to have at the moment
//useInitializationList
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment