Christian Heimes 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

platform: Ubuntu 12.04 x86_64
gcc: 4.6.3

----------
nosy: +christian.heimes

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15495>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to