aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2024-05-20 13:42:51 +0200
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2024-05-20 13:47:27 +0200
commitad42bfe5362b034b2aefdba05330f3c53ece92cb (patch)
treea5e7f01ef4e751ad5ea575bd69d01742f91a8e7f
parent5adcf64ae82cd78c94c4296eec6834d26060cd24 (diff)
downloadtcpdump-ad42bfe5362b034b2aefdba05330f3c53ece92cb.tar.gz
CI: Remove a comment about a fixed warning
It is a follow-up to 5adcf64ae82cd78c94c4296eec6834d26060cd24.
-rwxr-xr-xbuild.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 0457e655..99b0ce48 100755
--- a/build.sh
+++ b/build.sh
@@ -38,7 +38,6 @@ case `cc_id`/`os_id` in
tcc-*/*)
# print-802_11.c:3317: warning: assignment discards qualifiers from pointer
# target type
- # print-esp.c:373: warning: function might return no value: 'ldp_pdu_print'
TCPDUMP_TAINTED=yes
;;
*)