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
e9da6e1d
Commit
e9da6e1d
authored
Sep 20, 2021
by
David Fairbrother
Browse files
Remove missed unmatched suppressions
Removes some unmatched suppressions that were originally missed
parent
a5d4b236
Changes
1
Hide whitespace changes
Inline
Side-by-side
buildconfig/CMake/CppCheck_Suppressions.txt.in
View file @
e9da6e1d
...
...
@@ -30,11 +30,6 @@ unusedPrivateFunction
pureVirtualCall:${CMAKE_SOURCE_DIR}/qt/scientific_interfaces/Indirect/IndirectBayesTab.h
// the mru-list is intentionally not altered
operatorEqVarError:${CMAKE_SOURCE_DIR}/Framework/DataObjects/src/EventList.cpp:*
// false positives from checking a second time using a mutex for multi-threading
identicalConditionAfterEarlyExit:${CMAKE_SOURCE_DIR}/Framework/DataObjects/src/EventList.cpp:*
// --------- Missing copy assignment / constructors -------------------
// We don't want more creeping in so just mark these one by one
...
...
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