Skip to content

Commit d52a4a1

Browse files
committed
Suppress cppcheck assertWithSideEffect warning
This triggers in some tests that, for example, call fclose in an assert statement.
1 parent abe9a78 commit d52a4a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.suppress.cppcheck

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
assertWithSideEffect
12
assignmentInAssert
23
normalCheckLevelMaxBranches
34
redundantInitialization

0 commit comments

Comments
 (0)