Skip to content

Commit

Permalink
fix cppcheck (#825)
Browse files Browse the repository at this point in the history
* fix cppcheck

* another cppcheck fix

* try again
  • Loading branch information
mwestphal authored May 22, 2023
1 parent d37bb7a commit da82acd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .cppcheck.supp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ unusedFunction
*:*opencascade/*.hxx

// specific checks
preprocessorErrorDirective:plugins/draco/module/vtkF3DDracoReader.cxx
knownConditionTrueFalse:library/testing/TestSDKImage.cxx
noExplicitConstructor:library/public/types.h
preprocessorErrorDirective:library/src/engine.cxx
preprocessorErrorDirective:plugins/draco/module/vtkF3DDracoReader.cxx
unknownMacro:library/VTKExtensions/Applicative/vtkF3DObjectFactory.cxx
knownConditionTrueFalse:library/testing/TestSDKImage.cxx
unusedVariable:*factory.cxx*

0 comments on commit da82acd

Please sign in to comment.