aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Ovsienko <denis@ovsienko.info>2024-04-04 18:20:04 +0100
committerDenis Ovsienko <denis@ovsienko.info>2024-04-04 18:20:04 +0100
commitc7bb7b3b37a16357b41f0be8e793e7c90f24b321 (patch)
tree9b91cad71e55d57be2ac088740db42e5bfc789f7
parentd89fed1067f1ab97041fb94df1f3935be1f5e7e7 (diff)
downloadtcpdump-c7bb7b3b37a16357b41f0be8e793e7c90f24b321.tar.gz
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.
-rwxr-xr-xbuild.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index ed3f2009..57dc3947 100755
--- a/build.sh
+++ b/build.sh
@@ -43,6 +43,10 @@ clang-*/SunOS-5.11)
# [-Wstrict-prototypes]
[ "`uname -o`" = illumos ] && TCPDUMP_TAINTED=yes
;;
+suncc-5.1[45]/SunOS-5.11)
+ # Various E_STATEMENT_NOT_REACHED and E_DEPRECATED_ATT warnings.
+ TCPDUMP_TAINTED=yes
+ ;;
*)
;;
esac