]> The Tcpdump Group git mirrors - tcpdump/blobdiff - build.sh
Squelch a warning with Capsicum enabled. [skip appveyor]
[tcpdump] / build.sh
index 3eafceda849478494c97854352115bdc780164c1..a10a4f66f851e07f482d52d6eb47eee8d1e5bc85 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -31,9 +31,6 @@ print_cc_version
 # shellcheck disable=SC2006
 case `os_id`/"$CMAKE" in
 FreeBSD-*/yes)
-    # tcpdump.c:2290:3: error: implicit declaration of function 'bpf_dump'
-    #   [-Werror=implicit-function-declaration]
-    [ "$BUILD_LIBPCAP" = yes ] && TCPDUMP_TAINTED=yes
     case `cc_id` in
     clang-*)
         # tcpdump.c:2434:32: error: '_Generic' is a C11 extension