diff options
| author | Neil <nyamatongwe@gmail.com> | 2016-05-22 08:54:39 +1000 | 
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2016-05-22 08:54:39 +1000 | 
| commit | b3990667b68a7046e85ce39ac0351297fc6d631e (patch) | |
| tree | 0370e35e581cecbaa3e28350f073609ab1818ff2 | |
| parent | 7a1afd092ba232b96278353bef709035871e4323 (diff) | |
| download | scintilla-mirror-b3990667b68a7046e85ce39ac0351297fc6d631e.tar.gz | |
Drop dead warning suppression.
| -rw-r--r-- | cppcheck.suppress | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/cppcheck.suppress b/cppcheck.suppress index ac4368f4c..6ef9fa56b 100644 --- a/cppcheck.suppress +++ b/cppcheck.suppress @@ -7,7 +7,6 @@ useInitializationList  // Some non-explicit constructors are used for conversions or are private to lexers
  noExplicitConstructor
 -noExplicitCopyMoveConstructor
  // cppcheck does not understand private methods can be called from static methods
  unusedPrivateFunction:scintilla/win32/PlatWin.cxx
 | 
