diff options
author | Neil <nyamatongwe@gmail.com> | 2014-05-12 10:55:44 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2014-05-12 10:55:44 +1000 |
commit | 66db7bd55643b6bebe76876d4041d4f23f4cd8ea (patch) | |
tree | 6d88412df9f366baed5c0a52e1aa48f40ae57b1f | |
parent | 884e9e4291c139dbcea97d50b143e1fd2e6829de (diff) | |
download | scintilla-mirror-66db7bd55643b6bebe76876d4041d4f23f4cd8ea.tar.gz |
Avoid cppcheck warning for LexPerl as not maintained by me.
-rw-r--r-- | cppcheck.suppress | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cppcheck.suppress b/cppcheck.suppress index 51856ef3a..483822454 100644 --- a/cppcheck.suppress +++ b/cppcheck.suppress @@ -25,6 +25,7 @@ variableScope:scintilla/lexers/LexNsis.cxx variableScope:scintilla/lexers/LexOpal.cxx
variableScope:scintilla/lexers/LexOthers.cxx
variableScope:scintilla/lexers/LexPB.cxx
+noCopyConstructor:scintilla/lexers/LexPerl.cxx
variableScope:scintilla/lexers/LexPS.cxx
variableScope:scintilla/lexers/LexRuby.cxx
uninitMemberVar:scintilla/lexers/LexRuby.cxx
|