diff options
-rw-r--r-- | cppcheck.suppress | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cppcheck.suppress b/cppcheck.suppress index 5a973db87..f93c253fe 100644 --- a/cppcheck.suppress +++ b/cppcheck.suppress @@ -35,8 +35,5 @@ invalidscanf:scintilla/lexers/LexTCMD.cxx variableScope:scintilla/lexers/LexTeX.cxx
variableScope:scintilla/lexers/LexVHDL.cxx
-// Suppress C-style pointer casting for Qt code as won't be changing
-cstyleCast:scintilla/qt/ScintillaEdit/ScintillaDocument.cpp
-
// Suppress everything in catch.hpp as won't be changing
*:scintilla/test/unit/catch.hpp
|