aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2025-01-10 09:54:35 -0500
committerDavid Robillard <d@drobilla.net>2025-01-10 09:54:35 -0500
commitd52a4a17282c6cb1f2c72b3c6994e37e8897e7a9 (patch)
treef4adf763adc58184f79dab368260b4d0958e1d61
parentabe9a7896f1f6e6a5158c0a1d4a3f39e4538c248 (diff)
downloadserd-d52a4a17282c6cb1f2c72b3c6994e37e8897e7a9.tar.gz
serd-d52a4a17282c6cb1f2c72b3c6994e37e8897e7a9.tar.bz2
serd-d52a4a17282c6cb1f2c72b3c6994e37e8897e7a9.zip
Suppress cppcheck assertWithSideEffect warning
This triggers in some tests that, for example, call fclose in an assert statement.
-rw-r--r--.suppress.cppcheck1
1 files changed, 1 insertions, 0 deletions
diff --git a/.suppress.cppcheck b/.suppress.cppcheck
index 292f6884..1f1579cb 100644
--- a/.suppress.cppcheck
+++ b/.suppress.cppcheck
@@ -1,3 +1,4 @@
+assertWithSideEffect
assignmentInAssert
normalCheckLevelMaxBranches
redundantInitialization