Skip to content

Commit db71c1a

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

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

build.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,15 @@ tcc-*/*)
4040
# target type
4141
TCPDUMP_TAINTED=yes
4242
;;
43+
suncc-5.14/SunOS-5.10)
44+
# "tcpdump.c", line 347: warning: function "exit_tcpdump" marked as not
45+
# returning, might return
46+
# "netdissect.c", line 317: warning: function "nd_trunc_longjmp" marked as
47+
# not returning, might return
48+
# "print.c", line 530: warning: function "ndo_error" marked as not
49+
# returning, might return
50+
TCPDUMP_TAINTED=yes
51+
;;
4352
*)
4453
;;
4554
esac

0 commit comments

Comments
 (0)