Message76370
Technically patch is not correct : it disable __attribute__ always .
The name of the macro is Py_GCC_ATTRIBUTE. It is a generic name and is
possible(in future) macro to be used set other attributes.
It is just a warning and is not related to "compile error" (issue type).
I will agree with patch that change name of attribute(as example
Py_GCC_FORMAT_ATTRIBUTE) that show its specific usage. |
|
| Date |
User |
Action |
Args |
| 2008-11-24 23:47:42 | rpetrov | set | recipients:
+ rpetrov, brett.cannon, amaury.forgeotdarc, akitada |
| 2008-11-24 23:47:42 | rpetrov | set | messageid: <[email protected]> |
| 2008-11-24 23:47:41 | rpetrov | link | issue4370 messages |
| 2008-11-24 23:47:40 | rpetrov | create | |
|