diff options
author | Neil <nyamatongwe@gmail.com> | 2015-12-12 13:18:05 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2015-12-12 13:18:05 +1100 |
commit | 648f9fe5d61c8d7b424b7208b74f6fc6bbf94131 (patch) | |
tree | cd89a772f768e22c6802801d2bfcd7ca25f3530d | |
parent | c29f51c80999df5b9d627d80411d06d1588f146f (diff) | |
download | scintilla-mirror-648f9fe5d61c8d7b424b7208b74f6fc6bbf94131.tar.gz |
Update configuration to remove suppression no longer needed for Perl lexer.
-rw-r--r-- | cppcheck.suppress | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cppcheck.suppress b/cppcheck.suppress index 46e814ddc..de144b68d 100644 --- a/cppcheck.suppress +++ b/cppcheck.suppress @@ -31,7 +31,6 @@ variableScope:scintilla/lexers/LexNimrod.cxx variableScope:scintilla/lexers/LexNsis.cxx
variableScope:scintilla/lexers/LexOpal.cxx
variableScope:scintilla/lexers/LexPB.cxx
-noCopyConstructor:scintilla/lexers/LexPerl.cxx
variableScope:scintilla/lexers/LexRuby.cxx
uninitMemberVar:scintilla/lexers/LexRuby.cxx
variableScope:scintilla/lexers/LexSpecman.cxx
|