Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Haocheng LIU
VTK
Commits
22ad855c
Commit
22ad855c
authored
Feb 05, 2016
by
Sean McBride
Browse files
Update cppcheck suppressions
parent
e1836ec3
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMake/VTKcppcheckSuppressions.txt
View file @
22ad855c
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
//=========================================================================
//=========================================================================
// This file contains enough suppressions to result in no cppcheck warnings,
// This file contains enough suppressions to result in no cppcheck warnings,
// at least on Mac OS X
10.9
with cppcheck 1.72.
// at least on Mac OS X with cppcheck 1.72.
// To run:
// To run:
// cd /path/to/VTK/
// cd /path/to/VTK/
...
@@ -28,7 +28,6 @@
...
@@ -28,7 +28,6 @@
// Can't fix in portable way for all VTK-supported platforms.
// Can't fix in portable way for all VTK-supported platforms.
duplicateExpression:IO/PostgreSQL/vtkPostgreSQLQuery.cxx
duplicateExpression:IO/PostgreSQL/vtkPostgreSQLQuery.cxx
obsoleteFunctionsasctime
unpreciseMathCall
unpreciseMathCall
// VTK assumes IEEE 754 floats, so this warning isn't useful.
// VTK assumes IEEE 754 floats, so this warning isn't useful.
...
@@ -38,7 +37,6 @@ memsetClassFloat
...
@@ -38,7 +37,6 @@ memsetClassFloat
clarifyCalculation
clarifyCalculation
cstyleCast
cstyleCast
invalidscanf
invalidscanf
invalidscanf_libc
noCopyConstructor
noCopyConstructor
noExplicitConstructor
noExplicitConstructor
operatorEqVarError
operatorEqVarError
...
@@ -114,8 +112,6 @@ operatorEq
...
@@ -114,8 +112,6 @@ operatorEq
postfixOperator
postfixOperator
unusedStructMember
unusedStructMember
// Unsure about these.
// To investigate further...
exceptRethrowCopy:IO/Core/vtkUTF8TextCodec.cxx
memleak:Wrapping/Tools/vtkParsePreprocess.c
memleak:Wrapping/Tools/vtkParsePreprocess.c
unsafeClassCanLeak:GUISupport/Qt/QVTKInteractorInternal.h
nullPointerRedundantCheck:IO/Exodus/vtkExodusIIReaderParser.cxx
unsafeClassCanLeak:Views/Qt/vtkQtListView.h
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment