This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients christian.heimes, jkloth, mark.dickinson
Date 2012-07-30.12:11:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343650276.5.0.993113353113.issue15495@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2012-07-30 12:11:16christian.heimessetrecipients: + christian.heimes, mark.dickinson, jkloth
2012-07-30 12:11:16christian.heimessetmessageid: <1343650276.5.0.993113353113.issue15495@psf.upfronthosting.co.za>
2012-07-30 12:11:15christian.heimeslinkissue15495 messages
2012-07-30 12:11:15christian.heimescreate