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 zach.ware
Recipients christian.heimes, zach.ware
Date 2013-11-07.15:41:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383838912.21.0.108258927136.issue19520@psf.upfronthosting.co.za>
In-reply-to
Content
There is only one remaining compiler warning on 32-bit Windows, see [1] (buildbot doubles warning counts on the Windows bots).

The warning is coming from Modules/_sha3/keccak/KeccakF-1600-opt32.c#l497, which uses extractLanes as defined on line 213.

The attached patch fixes the compiler warning, doesn't add any new ones, compiles, and doesn't break anything obvious.  I don't know enough about it to be confident in whether this is the right fix, so I'll leave it up to you, Christian :)

Thanks,

Zach


[1] http://buildbot.python.org/all/builders/x86%20Windows%20Server%202003%20%5BSB%5D%203.x/builds/1682/steps/compile/logs/warnings%20%282%29
History
Date User Action Args
2013-11-07 15:41:52zach.waresetrecipients: + zach.ware, christian.heimes
2013-11-07 15:41:52zach.waresetmessageid: <1383838912.21.0.108258927136.issue19520@psf.upfronthosting.co.za>
2013-11-07 15:41:52zach.warelinkissue19520 messages
2013-11-07 15:41:51zach.warecreate