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 | 0c0ef91799e521f2aecd0e680135478fcf3af4f9 (patch) | |
tree | 8cc7da2041bd0baf8a25eb47626b47539735c78d | |
parent | 62b5d8dfe5d179b3543834e6f5f60576be1585da (diff) | |
download | scintilla-mirror-0c0ef91799e521f2aecd0e680135478fcf3af4f9.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
|