diff options
| author | mitchell <unknown> | 2019-12-06 17:58:59 -0500 |
|---|---|---|
| committer | mitchell <unknown> | 2019-12-06 17:58:59 -0500 |
| commit | b0766880307787b28d32f7d68ffc3f0e9448df88 (patch) | |
| tree | 2275994b42a5f48a59d22e5e31961e3b301cdb7b /cppcheck.suppress | |
| parent | d24d9ad03c0c4f0933dd68c8a1900fe959a8e420 (diff) | |
| download | scintilla-mirror-b0766880307787b28d32f7d68ffc3f0e9448df88.tar.gz | |
Backport: Feature [feature-requests:#1324] Add Hollywood lexer.
Backport of changeset 7761:abba8b1c6f4a.
Diffstat (limited to 'cppcheck.suppress')
| -rw-r--r-- | cppcheck.suppress | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cppcheck.suppress b/cppcheck.suppress index fd9135edd..708031766 100644 --- a/cppcheck.suppress +++ b/cppcheck.suppress @@ -65,6 +65,7 @@ constParameter:scintilla/lexers/LexFortran.cxx variableScope:scintilla/lexers/LexGui4Cli.cxx
constParameter:scintilla/lexers/LexHaskell.cxx
constParameter:scintilla/lexers/LexHex.cxx
+missingOverride:scintilla/lexers/LexHollywood.cxx
constParameter:scintilla/lexers/LexHTML.cxx
variableScope:scintilla/lexers/LexInno.cxx
constParameter:scintilla/lexers/LexJSON.cxx
|
