diff options
author | Neil <nyamatongwe@gmail.com> | 2019-03-29 09:05:52 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2019-03-29 09:05:52 +1100 |
commit | 6eb45911a83ed5dd0039c61933c574202a754238 (patch) | |
tree | a9ca2a8fbba0c2aab482a14d96756cc0ad87e234 /cppcheck.suppress | |
parent | 6d1bf18357b56cbec7d289c9c9434a7a8888b386 (diff) | |
download | scintilla-mirror-6eb45911a83ed5dd0039c61933c574202a754238.tar.gz |
Suppress warnings for safety initializations.
Diffstat (limited to 'cppcheck.suppress')
-rw-r--r-- | cppcheck.suppress | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cppcheck.suppress b/cppcheck.suppress index 145aec591..34a8ccb75 100644 --- a/cppcheck.suppress +++ b/cppcheck.suppress @@ -71,6 +71,9 @@ unreadVariable:scintilla/lexers/LexVisualProlog.cxx // bp.itBracket not actually redundant as needed by return statements
redundantAssignment:scintilla/lexers/LexCPP.cxx
+// safety initializations at start of GetCharacterExtents
+redundantAssignment:scintilla/gtk/ScintillaGTKAccessible.cxx
+
// Suppress everything in catch.hpp as won't be changing
*:scintilla/test/unit/catch.hpp
// For now, suppress all test source files as, since Catch 2, cppcheck shows many warnings showing
|