Skip to content

Commit

Permalink
ci: Remove old cppcheck suppresions
Browse files Browse the repository at this point in the history
  • Loading branch information
ltoenning committed Jun 13, 2024
1 parent f46b2e1 commit 67c1b84
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions cppcheck.supp
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ redundantInitialization
redundantAssignment:samples/blackmisc/samplesperformance.*
unreadVariable:samples/blackmisc/samplesperformance.*

// Benign
duplicateCondition:src/xswiftbus/libxplanemp/src/XPMPPlaneRenderer.cpp

// Unused file
unknownMacro:src/xswiftbus/libxplanemp/src/BitmapUtils.cpp

// False positives
returnDanglingLifetime:src/blackmisc/iterator.h
unreadVariable:tests/blackcore/testreaders/testreaders.cpp
Expand All @@ -45,7 +39,6 @@ unknownMacro:src/blackmisc/geo/coordinategeodetic.cpp
unknownMacro:src/blackmisc/geo/elevationplane.h
unknownMacro:src/blackmisc/identifier.cpp
unknownMacro:tests/blackmisc/testsharedstate/testsharedstate.h
ctuArrayIndex:src/xswiftbus/libxplanemp/src/XPMPPlaneRenderer.cpp

// False positive memory leaks due to Qt parent/child relationship
unsafeClassCanLeak

0 comments on commit 67c1b84

Please sign in to comment.