Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenMesh
OpenMesh
Commits
e7a34cf8
Commit
e7a34cf8
authored
May 29, 2019
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reduce allowed ccp check warnings
parent
8a178e16
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
CI/ci-cppcheck.sh
CI/ci-cppcheck.sh
+1
-1
src/OpenMesh/Core/Utils/PropertyContainer.hh
src/OpenMesh/Core/Utils/PropertyContainer.hh
+1
-1
No files found.
CI/ci-cppcheck.sh
View file @
e7a34cf8
...
...
@@ -30,7 +30,7 @@ echo "CPPCHECK Summary"
echo
"=============================================================================="
echo
-e
"
${
NC
}
"
MAX_COUNT
=
100
MAX_COUNT
=
27
if
[
$COUNT
-gt
$MAX_COUNT
]
;
then
echo
-e
${
WARNING
}
...
...
src/OpenMesh/Core/Utils/PropertyContainer.hh
View file @
e7a34cf8
...
...
@@ -357,7 +357,7 @@ private:
struct
Delete
{
Delete
()
{}
void
operator
()(
BaseProperty
*
_p
)
const
{
if
(
_p
)
delete
_p
;
_p
=
NULL
;
}
void
operator
()(
BaseProperty
*
_p
)
const
{
if
(
_p
)
delete
_p
;
}
};
#endif
...
...
Write
Preview
Markdown
is supported
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