From Newsgroup: news.software.nntp
Hi The Doctor,
What is happenibng to INN dailies?
the last one happened on 20260804.
Thanks for reporting that!
There was a warning during the build of INN, due to a change the
previous day, which prevented the build to continue.
tradspool/tradspool.c: In function rCyOpenArticlerCO: tradspool/tradspool.c:816:38: error: comparison of integer expressions
of different signedness: rCy__off_trCO {aka rCylong intrCO} and rCyunsigned intrCO
[-Werror=sign-compare]
816 | if (sb.st_size < 0 || sb.st_size > UINT_MAX) {
| ^
cc1: all warnings being treated as errors
I have just committed a fix:
- if (sb.st_size < 0 || sb.st_size > UINT_MAX) {
+ if (sb.st_size < 0 || (unsigned int) sb.st_size > UINT_MAX) {
The snapshots should be generated tomorrow.
--
Julien |eLIE
-2-aIl vaut mieux un tapis persan vol|- qu'un tapis volant perc|--a!-a-+
(Ast|-rix)
--- Synchronet 3.22a-Linux NewsLink 1.2