mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-05 09:45:44 +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
|
||||
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