aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2019-11-12 10:36:02 -0800
committerGerald Combs <gerald@wireshark.org>2019-11-12 19:31:12 +0000
commitba62446a6a42e3d94f861ad728dec4b09edf620c (patch)
tree9596afc5caf8921183640ba12547072f369fe6ed /tools
parent6615d8dfff5a80706f24ee390518818058fe2202 (diff)
cppcheck: Re-ignore asn1.
The asn1 directory was moved to epan/dissectors back in 2016. Change-Id: Id22c99fa4e0cacf19ab0c5a6055e71abf94f6159 Reviewed-on: https://code.wireshark.org/review/35074 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/cppcheck/cppcheck.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cppcheck/cppcheck.sh b/tools/cppcheck/cppcheck.sh
index 97f07e9cda..6453ae2039 100755
--- a/tools/cppcheck/cppcheck.sh
+++ b/tools/cppcheck/cppcheck.sh
@@ -98,7 +98,7 @@ trap : INT
# shellcheck disable=SC2086
$CPPCHECK --force --enable=style $QUIET \
- $SUPPRESSIONS $INCLUDES -i asn1/ \
+ $SUPPRESSIONS $INCLUDES -i epan/dissectors/asn1/ \
--std=c99 --template=$TEMPLATE \
-j $THREADS $TARGET 2>&1 | colorize