]> The Tcpdump Group git mirrors - libpcap/commitdiff
CI: Add warning exemptions for Sun C (suncc-5.14) on Solaris 10
authorFrancois-Xavier Le Bail <[email protected]>
Sat, 26 Apr 2025 08:49:51 +0000 (10:49 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Sat, 26 Apr 2025 09:34:02 +0000 (11:34 +0200)
build.sh

index 7a9c1765e1f148eeabb9bf7c46d2801eb4949a39..637b7bf672563be01eef360ade181c957187bfa9 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -42,7 +42,7 @@ clang-3.4/Linux-*)
     # gencode.c:7061:3: warning: will never be executed [-Wunreachable-code]
     LIBPCAP_TAINTED=yes
     ;;
-suncc-5.15/SunOS-5.10)
+suncc-5.14/SunOS-5.10|suncc-5.15/SunOS-5.10)
     # (Sun C 5.15 on Solaris 11.4 does not generate any of these warnings.)
     # "./gencode.c", line 599: warning: function "bpf_error" marked as not
     #   returning, might return