From 821e0417ae34123387bc666bd4a75c23c1ecada3 Mon Sep 17 00:00:00 2001 From: Klaus Basan Date: Thu, 15 Oct 2015 03:52:53 +0200 Subject: [PATCH] Adjusted cppcheck (discussed in slack) --- cppcheck_suppressions.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cppcheck_suppressions.conf b/cppcheck_suppressions.conf index 9a2160890..877e0612e 100644 --- a/cppcheck_suppressions.conf +++ b/cppcheck_suppressions.conf @@ -6,7 +6,8 @@ // [error id] // Not sensible qualification errors -unnecessaryQualification +// unnecessaryQualification +// no longer needed as discussed in slack // Optional is a special case, this member should not be initialized uninitMemberVar:src/blackmisc/optional.h