[issue15495] enable type truncation warnings for gcc builds

Jeremy Kloth report at bugs.python.org
Mon Jul 30 14:51:31 CEST 2012


Jeremy Kloth added the comment:

> I'm getting more than thousand warnings:
>
> $ CFLAGS="-Wconversion -Wno-sign-conversion" ./configure
> $ LC_ALL=C make -s -j8 2>&1 | tee log
> $ grep Wconversion log | wc -l
> 1163

My Win64 buildbot currentlyhas 544 conversion warnings, but it seems
something has recently changed with OpenSSL thus causing over 2100
total warnings.

----------
nosy: +jeremy.kloth

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15495>
_______________________________________


More information about the Python-bugs-list mailing list