Opened 12 years ago

Last modified 7 years ago

#4596 new Patches

Squash 64 bit warnings

Reported by: Matthew Bradbury <matt-bradbury@…> Owned by: Dave Abrahams
Milestone: To Be Determined Component: python USE GITHUB
Version: Boost 1.44.0 Severity: Cosmetic
Keywords: Cc:

Description

When using 64 bit Boost Python I get plenty of warnings when compiling my programs. Most of them involving Py_ssize to unsigned or size_t to long. The attached path just hides these warnings.

Attachments (2)

squash-64-bit-warnings.patch (2.1 KB ) - added by Matthew Bradbury <matt-bradbury@…> 12 years ago.
Patch
squash-64-bit-warnings-v2.patch (1.7 KB ) - added by Matthew Bradbury <matt-bradbury@…> 12 years ago.
Using Py_ssize is probably better than just using long

Download all attachments as: .zip

Change History (4)

by Matthew Bradbury <matt-bradbury@…>, 12 years ago

Patch

by Matthew Bradbury <matt-bradbury@…>, 12 years ago

Using Py_ssize is probably better than just using long

comment:1 by teeks99@…, 7 years ago

This is a partial duplicate of #3353

comment:1 by teeks99@…, 7 years ago

This is a partial duplicate of #3353

Note: See TracTickets for help on using tickets.