Issue1703268
Created on 2007-04-18 21:37 by belopolsky, last changed 2007-04-19 05:26 by nnorwitz.
| File name |
Uploaded |
Description |
Edit |
Remove |
|
frameobject.patch
|
belopolsky,
2007-04-18 21:37
|
diff against revision 54869 |
|
|
|
msg52446 - (view) |
Author: Alexander Belopolsky (belopolsky) |
Date: 2007-04-18 21:37 |
|
Gcc complains as follows:
Objects/frameobject.c:140: warning: passing arg 2 of `PyString_AsStringAndSize' from incompatible pointer type
because code is declared as unsigned char* and PyString_AsStringAndSize expects an address of a plain char*.
Attached patch adds an explicit cast to silence the warning.
|
|
msg52447 - (view) |
Author: Neal Norwitz (nnorwitz) |
Date: 2007-04-19 05:26 |
|
Brett just checked in 54873 to fix this problem. Thanks for the patch.
|
|
| Date |
User |
Action |
Args |
| 2007-04-18 21:37:03 | belopolsky | create | |
|