diff options
author | Neil <nyamatongwe@gmail.com> | 2015-06-04 15:39:40 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2015-06-04 15:39:40 +1000 |
commit | 8b117752e15d550ed93a3cbce9786b0df48ae49a (patch) | |
tree | 96249fc212bbb2de2d1ec7ee6480580ef42a7ee8 /cppcheck.suppress | |
parent | 6dbf2eaa717fbccde6aaa51512815b30da199576 (diff) | |
download | scintilla-mirror-8b117752e15d550ed93a3cbce9786b0df48ae49a.tar.gz |
Remove cppcheck suppression that is no longer needed.
Diffstat (limited to 'cppcheck.suppress')
-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
|