diff options
author | Khem Raj <raj.khem@gmail.com> | 2013-06-13 02:28:28 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-14 12:43:20 +0100 |
commit | 5745a482a85c064a1eec960aff104cf8ce588e30 (patch) | |
tree | f80c75b2f6425a0c64e73b52b4b8211a48b9a99d /oe-init-build-env | |
parent | d9f840725f3ea67fbd28d0903c99b729df5b1377 (diff) | |
download | openembedded-core-5745a482a85c064a1eec960aff104cf8ce588e30.tar.gz openembedded-core-5745a482a85c064a1eec960aff104cf8ce588e30.tar.bz2 openembedded-core-5745a482a85c064a1eec960aff104cf8ce588e30.zip |
python: -Wformat is needed by gcc 4.8
This fixes errors in packages using python( build with gcc 4.8)
|
/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/qemuarm/usr/include/python2.7/modsupport.h:27:1:
error: 'PyArg_ParseTuple' is an unrecognized format function type
[-Werror=format=]
| PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...)
Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3);
| ^
| cc1: all warnings being treated as errors
| cc1: all warnings being treated as errors
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'oe-init-build-env')
0 files changed, 0 insertions, 0 deletions