Message140746
| Author |
verticalduck |
| Recipients |
verticalduck |
| Date |
2011年07月20日.15:16:31 |
| SpamBayes Score |
0.00045828932 |
| Marked as misclassified |
No |
| Message-id |
<1311174991.79.0.412639363077.issue12595@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
Compiling 'Python.h' with g++ and -Wredundant-decls produces warnings
Testcase:
test.cpp:
#include <Python.h>
int main() { return 0; }
g++ test.cpp -I/usr/include/python3.2mu/ -Wredundant-decls
In file included from /usr/include/python3.2mu/Python.h:106,
from test.cpp:1:
/usr/include/python3.2mu/pyerrors.h:73: warning: redundant redeclaration of ‘void Py_FatalError(const char*)’ in same scope
/usr/include/python3.2mu/pydebug.h:29: warning: previous declaration of ‘void Py_FatalError(const char*)’ |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2011年07月20日 15:16:31 | verticalduck | set | recipients:
+ verticalduck |
| 2011年07月20日 15:16:31 | verticalduck | set | messageid: <1311174991.79.0.412639363077.issue12595@psf.upfronthosting.co.za> |
| 2011年07月20日 15:16:31 | verticalduck | link | issue12595 messages |
| 2011年07月20日 15:16:31 | verticalduck | create |
|