]> The Tcpdump Group git mirrors - tcpdump/commitdiff
CI: Add warning exemptions for Sun C (suncc-5.14) on Solaris 10 master
authorFrancois-Xavier Le Bail <[email protected]>
Sun, 27 Apr 2025 09:33:35 +0000 (11:33 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Sun, 27 Apr 2025 09:33:35 +0000 (11:33 +0200)
build.sh

index 99b0ce48eec246dc05699f380dca31497b3d5840..28eef8bd333286f042e267ad8fdc686603152388 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -40,6 +40,15 @@ tcc-*/*)
     #   target type
     TCPDUMP_TAINTED=yes
     ;;
+suncc-5.14/SunOS-5.10)
+    # "tcpdump.c", line 347: warning: function "exit_tcpdump" marked as not
+    #   returning, might return
+    # "netdissect.c", line 317: warning: function "nd_trunc_longjmp" marked as
+    #   not returning, might return
+    # "print.c", line 530: warning: function "ndo_error" marked as not
+    #   returning, might return
+    TCPDUMP_TAINTED=yes
+    ;;
 *)
     ;;
 esac