mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 02:06:08 +08:00
Ignore cppcheck warnings
cppcheck 1.70 introduced a couple of new false positives which need to be ignored. refs #505
This commit is contained in:
committed by
Mathew Sutcliffe
parent
6474261c3c
commit
ec416c8028
@@ -14,6 +14,8 @@ uninitMemberVar:src/blackmisc/optional.h
|
|||||||
|
|
||||||
// False positive caused by missing support for C++11 feature
|
// False positive caused by missing support for C++11 feature
|
||||||
unusedPrivateFunction:src/blackmisc/tuple_private.h
|
unusedPrivateFunction:src/blackmisc/tuple_private.h
|
||||||
|
unusedPrivateFunction:src/blackmisc/blackmiscfreefunctions.h
|
||||||
|
unusedPrivateFunction:src/blackmisc/compare.h
|
||||||
|
|
||||||
// cppcheck shouldn’t assume operator* is commutative
|
// cppcheck shouldn’t assume operator* is commutative
|
||||||
duplicateExpression:tests/blackmisc/testvectormatrix.cpp
|
duplicateExpression:tests/blackmisc/testvectormatrix.cpp
|
||||||
@@ -21,3 +23,6 @@ duplicateExpression:tests/blackmisc/testphysicalquantities.cpp
|
|||||||
|
|
||||||
// Ignore any preprocessor directives.
|
// Ignore any preprocessor directives.
|
||||||
preprocessorErrorDirective
|
preprocessorErrorDirective
|
||||||
|
|
||||||
|
// Ignore noExplicitConstructor for now.
|
||||||
|
noExplicitConstructor
|
||||||
|
|||||||
Reference in New Issue
Block a user