-
-
Notifications
You must be signed in to change notification settings - Fork 420
Expand file tree
/
Copy path.cppcheck.supp
More file actions
44 lines (41 loc) · 1.59 KB
/
.cppcheck.supp
File metadata and controls
44 lines (41 loc) · 1.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
// remove some checks
duplInheritedMember // VTK design
missingIncludeSystem // cppcheck seems confused about this
missingInclude
unusedFunction
unknownMacro
// external libraries
*:external/nlohmann_json/nlohmann/json.hpp
*:external/tinyfiledialogs/tinyfiledialogs.cxx
*:external/tinyfiledialogs/tinyfiledialogs.h
*:external/cxxopts/cxxopts.hpp
*:external/dmon/dmon.h
*:external/imgui/*.h
*:external/imgui/*.cpp
// generated files
*:*libf3dSDKTests.cxx
*:*vtkextAlembicTests.cxx
*:*vtkextAssimpTests.cxx
*:*vtkextDracoTests.cxx
*:*vtkextNativeTests.cxx
*:*vtkextOCCTTests.cxx
*:*vtkextPrivateTests.cxx
*:*vtkextTests.cxx
*:*vtkextUSDTests.cxx
*:*vtkextWebIFCTests.cxx
// specific checks
knownConditionTrueFalse:vtkext/private/module/vtkF3DPointSplatMapper.cxx
knownConditionTrueFalse:library/testing/TestSDKImage.cxx
knownConditionTrueFalse:library/testing/TestSDKImageDeprecated.cxx
noExplicitConstructor:library/public/types.h
preprocessorErrorDirective:library/src/engine.cxx
preprocessorErrorDirective:plugins/draco/module/vtkF3DDracoReader.cxx
unknownMacro:library/VTKExtensions/Applicative/vtkF3DObjectFactory.cxx
constParameter:library/src/image.cxx
invalidPointerCast:plugins/native/module/vtkF3DSplatReader.cxx
invalidPointerCast:plugins/draco/module/vtkF3DGLTFDocumentLoader.cxx
unusedStructMember:plugins/native/module/vtkF3DQuakeMDLImporter.cxx
unusedStructMember:plugins/native/module/vtkF3DSPZReader.cxx
constParameterPointer:vtkext/private/module/vtkF3DMetaImporter.cxx
constParameterPointer:plugins/assimp/module/vtkF3DAssimpImporter.cxx
constParameterPointer:plugins/alembic/module/vtkF3DAlembicReader.cxx