From b3990667b68a7046e85ce39ac0351297fc6d631e Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 22 May 2016 08:54:39 +1000 Subject: Drop dead warning suppression. --- cppcheck.suppress | 1 - 1 file changed, 1 deletion(-) (limited to 'cppcheck.suppress') diff --git a/cppcheck.suppress b/cppcheck.suppress index ac4368f4c..6ef9fa56b 100644 --- a/cppcheck.suppress +++ b/cppcheck.suppress @@ -7,7 +7,6 @@ useInitializationList // Some non-explicit constructors are used for conversions or are private to lexers noExplicitConstructor -noExplicitCopyMoveConstructor // cppcheck does not understand private methods can be called from static methods unusedPrivateFunction:scintilla/win32/PlatWin.cxx -- cgit v1.2.3