Skip to content

Commit c7bb7b3

Browse files
committed
CI: Expect warnings from Sun C on Solaris. [skip ci]
The known warning do not stand for any known bug and have been addressed in the master branch already.
1 parent d89fed1 commit c7bb7b3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ clang-*/SunOS-5.11)
4343
# [-Wstrict-prototypes]
4444
[ "`uname -o`" = illumos ] && TCPDUMP_TAINTED=yes
4545
;;
46+
suncc-5.1[45]/SunOS-5.11)
47+
# Various E_STATEMENT_NOT_REACHED and E_DEPRECATED_ATT warnings.
48+
TCPDUMP_TAINTED=yes
49+
;;
4650
*)
4751
;;
4852
esac

0 commit comments

Comments
 (0)