Skip to content

Commit

Permalink
Put back cpp suppression that cppcheck still requires.
Browse files Browse the repository at this point in the history
Refs #8940
  • Loading branch information
martyngigg committed Feb 12, 2014
1 parent 9aaec2c commit 4b42f86
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -36,6 +36,7 @@ void export_V3D()
.def(self *= int())
.def(self * double())
.def(self *= double())
// cppcheck-suppress duplicateExpression
.def(self < self)
.def(self == self)
.def(self_ns::str(self))
Expand Down

0 comments on commit 4b42f86

Please sign in to comment.