[issue4370] warning: unknown conversion type character `z' in format

Roumen Petrov report at bugs.python.org
Tue Nov 25 00:47:42 CET 2008


Roumen Petrov <bugtrack at roumenpetrov.info> added the comment:

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.

----------
nosy: +rpetrov

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4370>
_______________________________________


More information about the Python-bugs-list mailing list