Skip to content

Commit 1402454

Browse files
committed
CI: Add warning exemptions for Sun C (suncc-5.15) on Solaris 10
1 parent db71c1a commit 1402454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ tcc-*/*)
4040
# target type
4141
TCPDUMP_TAINTED=yes
4242
;;
43-
suncc-5.14/SunOS-5.10)
43+
suncc-5.14/SunOS-5.10|suncc-5.15/SunOS-5.10)
4444
# "tcpdump.c", line 347: warning: function "exit_tcpdump" marked as not
4545
# returning, might return
4646
# "netdissect.c", line 317: warning: function "nd_trunc_longjmp" marked as

0 commit comments

Comments
 (0)