aboutsummaryrefslogtreecommitdiffstats
path: root/tools/cppcheck
diff options
context:
space:
mode:
authorMartin Mathieson <martin.mathieson@keysight.com>2020-10-14 09:12:42 +0100
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2020-10-14 12:33:16 +0000
commitefd1f5705718599db2a5b0f373d21f1900c010e7 (patch)
tree944f07130ccbc6cb484711917c6c2fec4d2df27f /tools/cppcheck
parent83af7b89fd0519d67cca06bbe5ff29b12acd2b34 (diff)
cppcheck.sh: Suppress syntaxError
I've never seen anything useful in these - presumably code is build-tested.
Diffstat (limited to 'tools/cppcheck')
-rw-r--r--tools/cppcheck/suppressions1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/cppcheck/suppressions b/tools/cppcheck/suppressions
index e27fbe5f32..734cd5af84 100644
--- a/tools/cppcheck/suppressions
+++ b/tools/cppcheck/suppressions
@@ -3,4 +3,5 @@ duplicateExpression
invalidscanf
noConstructor
internalAstError
+syntaxError