diff options
-rw-r--r-- | cppcheck.suppress | 1 |
1 files changed, 0 insertions, 1 deletions
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
|