[tin-dev] [tin 2.4.3] snapshots - please test
Corinna Vinschen
vinschen at redhat.com
Tue Jul 3 16:25:04 CEST 2018
On Jul 3 13:36, Urs Janßen wrote:
> I've made snapshots for testing the new features and fixes so far.
> Please give it a try and report (or even fix) any issues:
>
> <ftp://ftp.tin.org/pub/news/clients/tin/v2.4/snapshots/tin-2.4.3.tar.xz>
> <ftp://ftp.tin.org/pub/news/clients/tin/v2.4/snapshots/tin-2.4.3.tar.bz2>
> <ftp://ftp.tin.org/pub/news/clients/tin/v2.4/snapshots/tin-2.4.3.tar.gz>
Just built on Cygwin. Looks good. Apart from a few "unused variable"
and "unorm_normalize_62 is deprecated" warnings, there's one which is
...interesting:
pcre/pcre_study.c:419:35: warning: ‘<<’ in boolean context, did you mean ‘<’ ? [-Wint-in-bool-context]
if ((tcode[c/8] && (1 << (c&7))) != 0)
~~~^~~~~~~~~
The && looks wrong. In the equivalent piece of code in upstream
pcre-8.42 this reads:
if ((map[c/8] & (1 << (c&7))) != 0)
For the Cygwin release I will switch to --with-pcre for the time being.
Thanks,
Corinna
--
Corinna Vinschen
Cygwin Maintainer
Red Hat
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.tin.org/pipermail/tin-dev/attachments/20180703/1bafb686/attachment.sig>
More information about the tin-dev
mailing list