summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Ovsienko <denis@ovsienko.info>2023-05-08 01:28:31 +0100
committerDenis Ovsienko <denis@ovsienko.info>2023-05-08 01:28:31 +0100
commit2ad4ea365d4eca1ee38182472198e198636c9b26 (patch)
tree3cbae8c87e46ad1e1bc3b6b0a5f8da702b3699ff
parentfa7164825cbb0c1f1b31f1502c9528289e2f8bd3 (diff)
downloadlibpcap-2ad4ea365d4eca1ee38182472198e198636c9b26.tar.gz
CI: Update build.sh for Clang 16. [skip appveyor]
Apparently, the warning that Clang started to generate in release 15 still stands in Clang release 16.
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 110ce251..fa7809a7 100755
--- a/build.sh
+++ b/build.sh
@@ -54,7 +54,7 @@ clang-*/NetBSD-*)
# 'long' to 'suseconds_t' (aka 'int') [-Wshorten-64-to-32]
LIBPCAP_TAINTED=yes
;;
-clang-15.*/*)
+clang-1[56].*/*)
# grammar.c:1369:14: warning: variable 'pcap_nerrs' set but not used
# [-Wunused-but-set-variable]
LIBPCAP_TAINTED=yes