From 97d965deac2cdcb3363890c8e592d298d638a4d0 Mon Sep 17 00:00:00 2001 From: Roland Winklmeier Date: Thu, 30 Oct 2014 14:09:08 +0100 Subject: [PATCH] refs #341 Add initial cppcheck suppression file Suppressed type so far is 'unnecessaryQualification'. --- cppcheck_suppressions.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 cppcheck_suppressions.conf diff --git a/cppcheck_suppressions.conf b/cppcheck_suppressions.conf new file mode 100644 index 000000000..d2c3ba2e3 --- /dev/null +++ b/cppcheck_suppressions.conf @@ -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