projects
/
tcpdump
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0f1d71
)
CI: Add warning exemptions for Sun C (suncc-5.14) on Solaris 10
master
author
Francois-Xavier Le Bail <devel.fx.lebail@orange.fr>
Sun, 27 Apr 2025 09:33:35 +0000
(11:33 +0200)
committer
Francois-Xavier Le Bail <devel.fx.lebail@orange.fr>
Sun, 27 Apr 2025 09:33:35 +0000
(11:33 +0200)
build.sh
patch
|
blob
|
history
diff --git
a/build.sh
b/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