summaryrefslogtreecommitdiffstats
path: root/.suppress.cppcheck
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-10-11 18:35:58 -0400
committerDavid Robillard <d@drobilla.net>2024-10-11 18:35:58 -0400
commit3bcdeb14bb048f46e1e9ba03e17db5b01b6ebb51 (patch)
tree03ecb82a83fcae3be574f6df4405cfb2506ac318 /.suppress.cppcheck
parent1af5fc3b2ee53771eed6997401aa198107f21f52 (diff)
downloadpatchage-3bcdeb14bb048f46e1e9ba03e17db5b01b6ebb51.tar.gz
patchage-3bcdeb14bb048f46e1e9ba03e17db5b01b6ebb51.tar.bz2
patchage-3bcdeb14bb048f46e1e9ba03e17db5b01b6ebb51.zip
Remove redundant return statement
Diffstat (limited to '.suppress.cppcheck')
-rw-r--r--.suppress.cppcheck1
1 files changed, 0 insertions, 1 deletions
diff --git a/.suppress.cppcheck b/.suppress.cppcheck
index ddbc41b..ec887b7 100644
--- a/.suppress.cppcheck
+++ b/.suppress.cppcheck
@@ -1,6 +1,5 @@
constParameterCallback
constVariablePointer
-duplicateBreak
missingReturn
normalCheckLevelMaxBranches
shadowFunction