Opened 12 years ago
Last modified 7 years ago
#4596 new Patches
Squash 64 bit warnings
| Reported by: | 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)
Change History (4)
by , 12 years ago
| Attachment: | squash-64-bit-warnings.patch added |
|---|
by , 12 years ago
| Attachment: | squash-64-bit-warnings-v2.patch added |
|---|
Using Py_ssize is probably better than just using long
Note:
See TracTickets
for help on using tickets.

Patch