Created
August 28, 2016 12:12
-
-
Save tistaharahap/150f717f58829b1ca9669a44fcba6e82 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ python setup.py build_ext --inplace | |
running build_ext | |
building 'cythondemo' extension | |
cc -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch x86_64 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch x86_64 -pipe -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c cythondemo.c -o build/temp.macosx-10.11-intel-2.7/cythondemo.o | |
cythondemo.c:2531:28: warning: unused function '__Pyx_PyObject_AsString' | |
[-Wunused-function] | |
static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject* o) { | |
^ | |
cythondemo.c:2528:32: warning: unused function '__Pyx_PyUnicode_FromString' | |
[-Wunused-function] | |
static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(const char* c_str) { | |
^ | |
cythondemo.c:357:29: warning: unused function '__Pyx_Py_UNICODE_strlen' | |
[-Wunused-function] | |
static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u) | |
^ | |
cythondemo.c:2593:26: warning: unused function '__Pyx_PyObject_IsTrue' | |
[-Wunused-function] | |
static CYTHON_INLINE int __Pyx_PyObject_IsTrue(PyObject* x) { | |
^ | |
cythondemo.c:2643:33: warning: unused function '__Pyx_PyIndex_AsSsize_t' | |
[-Wunused-function] | |
static CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject* b) { | |
^ | |
cythondemo.c:2705:33: warning: unused function '__Pyx_PyInt_FromSize_t' | |
[-Wunused-function] | |
static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) { | |
^ | |
cythondemo.c:1876:28: warning: unused function '__Pyx_CyFunction_InitDefaults' | |
[-Wunused-function] | |
static CYTHON_INLINE void *__Pyx_CyFunction_InitDefaults(PyObject *func... | |
^ | |
cythondemo.c:1885:27: warning: unused function | |
'__Pyx_CyFunction_SetDefaultsTuple' [-Wunused-function] | |
static CYTHON_INLINE void __Pyx_CyFunction_SetDefaultsTuple(PyObject *fu... | |
^ | |
cythondemo.c:1890:27: warning: unused function | |
'__Pyx_CyFunction_SetDefaultsKwDict' [-Wunused-function] | |
static CYTHON_INLINE void __Pyx_CyFunction_SetDefaultsKwDict(PyObject *f... | |
^ | |
cythondemo.c:1895:27: warning: unused function | |
'__Pyx_CyFunction_SetAnnotationsDict' [-Wunused-function] | |
static CYTHON_INLINE void __Pyx_CyFunction_SetAnnotationsDict(PyObject *... | |
^ | |
cythondemo.c:2063:36: warning: unused function '__Pyx_PyInt_From_long' | |
[-Wunused-function] | |
static CYTHON_INLINE PyObject* __Pyx_PyInt_From_long(long value) { | |
^ | |
cythondemo.c:2112:31: warning: function '__Pyx_PyInt_As_long' is not needed and | |
will not be emitted [-Wunneeded-internal-declaration] | |
static CYTHON_INLINE long __Pyx_PyInt_As_long(PyObject *x) { | |
^ | |
cythondemo.c:2297:30: warning: function '__Pyx_PyInt_As_int' is not needed and | |
will not be emitted [-Wunneeded-internal-declaration] | |
static CYTHON_INLINE int __Pyx_PyInt_As_int(PyObject *x) { | |
^ | |
13 warnings generated. | |
cythondemo.c:2531:28: warning: unused function '__Pyx_PyObject_AsString' | |
[-Wunused-function] | |
static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject* o) { | |
^ | |
cythondemo.c:2528:32: warning: unused function '__Pyx_PyUnicode_FromString' | |
[-Wunused-function] | |
static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(const char* c_str) { | |
^ | |
cythondemo.c:357:29: warning: unused function '__Pyx_Py_UNICODE_strlen' | |
[-Wunused-function] | |
static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u) | |
^ | |
cythondemo.c:2593:26: warning: unused function '__Pyx_PyObject_IsTrue' | |
[-Wunused-function] | |
static CYTHON_INLINE int __Pyx_PyObject_IsTrue(PyObject* x) { | |
^ | |
cythondemo.c:2643:33: warning: unused function '__Pyx_PyIndex_AsSsize_t' | |
[-Wunused-function] | |
static CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject* b) { | |
^ | |
cythondemo.c:2705:33: warning: unused function '__Pyx_PyInt_FromSize_t' | |
[-Wunused-function] | |
static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) { | |
^ | |
cythondemo.c:1876:28: warning: unused function '__Pyx_CyFunction_InitDefaults' | |
[-Wunused-function] | |
static CYTHON_INLINE void *__Pyx_CyFunction_InitDefaults(PyObject *func... | |
^ | |
cythondemo.c:1885:27: warning: unused function | |
'__Pyx_CyFunction_SetDefaultsTuple' [-Wunused-function] | |
static CYTHON_INLINE void __Pyx_CyFunction_SetDefaultsTuple(PyObject *fu... | |
^ | |
cythondemo.c:1890:27: warning: unused function | |
'__Pyx_CyFunction_SetDefaultsKwDict' [-Wunused-function] | |
static CYTHON_INLINE void __Pyx_CyFunction_SetDefaultsKwDict(PyObject *f... | |
^ | |
cythondemo.c:1895:27: warning: unused function | |
'__Pyx_CyFunction_SetAnnotationsDict' [-Wunused-function] | |
static CYTHON_INLINE void __Pyx_CyFunction_SetAnnotationsDict(PyObject *... | |
^ | |
cythondemo.c:2063:36: warning: unused function '__Pyx_PyInt_From_long' | |
[-Wunused-function] | |
static CYTHON_INLINE PyObject* __Pyx_PyInt_From_long(long value) { | |
^ | |
cythondemo.c:2112:31: warning: function '__Pyx_PyInt_As_long' is not needed and | |
will not be emitted [-Wunneeded-internal-declaration] | |
static CYTHON_INLINE long __Pyx_PyInt_As_long(PyObject *x) { | |
^ | |
cythondemo.c:2297:30: warning: function '__Pyx_PyInt_As_int' is not needed and | |
will not be emitted [-Wunneeded-internal-declaration] | |
static CYTHON_INLINE int __Pyx_PyInt_As_int(PyObject *x) { | |
^ | |
13 warnings generated. | |
cc -bundle -undefined dynamic_lookup -arch i386 -arch x86_64 -Wl,-F. build/temp.macosx-10.11-intel-2.7/cythondemo.o -o build/lib.macosx-10.11-intel-2.7/cythondemo.so | |
copying build/lib.macosx-10.11-intel-2.7/cythondemo.so -> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment