forked from f3d-app/f3d
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.cppcheck.supp
25 lines (23 loc) · 899 Bytes
/
.cppcheck.supp
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
// remove some checks
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
// specific checks
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
unusedVariable:*factory.cxx*
constParameter:library/src/image.cxx
invalidPointerCast:plugins/native/module/vtkF3DSplatReader.cxx
invalidPointerCast:plugins/draco/module/vtkF3DGLTFDocumentLoader.cxx