mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-26 10:45:37 +08:00
refs #341 Suppress False positive caused by missing support for C++11 feature
This commit is contained in:
@@ -10,3 +10,6 @@ unnecessaryQualification
|
|||||||
|
|
||||||
// Optional is a special case, this member should not be initialized
|
// Optional is a special case, this member should not be initialized
|
||||||
uninitMemberVar:src/blackmisc/optional.h
|
uninitMemberVar:src/blackmisc/optional.h
|
||||||
|
|
||||||
|
// False positive caused by missing support for C++11 feature
|
||||||
|
unusedPrivateFunction:src/blackmisc/tuple_private.h
|
||||||
|
|||||||
Reference in New Issue
Block a user