diff options
author | Neil <nyamatongwe@gmail.com> | 2018-09-20 14:52:26 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2018-09-20 14:52:26 +1000 |
commit | 43372db176028d74ee3d14dd28f7a2063b1ce83e (patch) | |
tree | b9facb4de8629f5eedcb3ed1b604ff354c43cdc7 | |
parent | 756607afb6cd74445c220ac1d96776a35a4d537f (diff) | |
download | scintilla-mirror-43372db176028d74ee3d14dd28f7a2063b1ce83e.tar.gz |
Ignore another warning in LaTeX lexer.
-rw-r--r-- | cppcheck.suppress | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cppcheck.suppress b/cppcheck.suppress index b0166ce6e..bbcc0b04e 100644 --- a/cppcheck.suppress +++ b/cppcheck.suppress @@ -30,6 +30,7 @@ variableScope:scintilla/lexers/LexErlang.cxx variableScope:scintilla/lexers/LexGui4Cli.cxx
variableScope:scintilla/lexers/LexInno.cxx
variableScope:scintilla/lexers/LexLaTeX.cxx
+copyCtorAndEqOperator:scintilla/lexers/LexLaTeX.cxx
variableScope:scintilla/lexers/LexMetapost.cxx
variableScope:scintilla/lexers/LexModula.cxx
variableScope:scintilla/lexers/LexNimrod.cxx
|