refs #341 Add initial cppcheck suppression file

Suppressed type so far is 'unnecessaryQualification'.
This commit is contained in:
Roland Winklmeier
2014-10-30 14:09:08 +01:00
parent 192b407e75
commit 97d965deac

View File

@@ -0,0 +1,9 @@
// cppcheck suppression file for swift.
//
// In order to suppress a false positive add a line using one of the following templates:
// [Explaining reason - comments]
// [error id]:[filename2]
// [error id]
// Not sensible qualification errors
unnecessaryQualification