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
eed1bc88
Commit
eed1bc88
authored
Jul 27, 2021
by
Peterson, Peter
Browse files
Supressing warnings in EventList
parent
f6294c93
Changes
1
Hide whitespace changes
Inline
Side-by-side
buildconfig/CMake/CppCheck_Suppressions.txt.in
View file @
eed1bc88
...
@@ -54,6 +54,10 @@ unreadVariable:${CMAKE_SOURCE_DIR}/Framework/Algorithms/src/MaskBinsIf.cpp
...
@@ -54,6 +54,10 @@ unreadVariable:${CMAKE_SOURCE_DIR}/Framework/Algorithms/src/MaskBinsIf.cpp
// the mru-list is intentionally not altered
// the mru-list is intentionally not altered
operatorEqVarError:${CMAKE_SOURCE_DIR}/Framework/DataObjects/src/EventList.cpp:309
operatorEqVarError:${CMAKE_SOURCE_DIR}/Framework/DataObjects/src/EventList.cpp:309
// false positives from checking a second time using a mutex for multi-threading
identicalConditionAfterEarlyExit:${CMAKE_SOURCE_DIR}/Framework/DataObjects/src/EventList.cpp:950
identicalConditionAfterEarlyExit:${CMAKE_SOURCE_DIR}/Framework/DataObjects/src/EventList.cpp:1016
identicalConditionAfterEarlyExit:${CMAKE_SOURCE_DIR}/Framework/DataObjects/src/EventList.cpp:1046
// --------- Missing copy assignment / constructors -------------------
// --------- Missing copy assignment / constructors -------------------
// We don't want more creeping in so just mark these one by one
// 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