Created
January 31, 2013 00:33
-
-
Save dmcdougall/4678787 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
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API -DPYCXX_ISO_CPP_LIB=1 -D_REENTRANT -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -I/opt/local/include -I. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isrc -Iagg24/include -I. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -I/opt/local/include/freetype2 -I/opt/local/include -I. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/backend_agg.cpp -o build/temp.macosx-10.8-x86_64-2.7/src/backend_agg.o | |
In file included from src/backend_agg.cpp:42: | |
In file included from src/file_compat.h:4: | |
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include/numpy/npy_3kcompat.h:258:40: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] | |
return PyObject_CallFunction(open, "Os", filename, mode); | |
^ | |
In file included from src/backend_agg.cpp:42: | |
src/file_compat.h:125:37: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] | |
ret = PyObject_CallMethod(file, "close", NULL); | |
^ | |
src/backend_agg.cpp:2051:13: warning: expression result unused [-Wunused-value] | |
npy_PyFile_DupClose(py_file, fp); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include/numpy/npy_3kcompat.h:245:44: note: expanded from macro 'npy_PyFile_DupClose' | |
#define npy_PyFile_DupClose(file, handle) (0) | |
^ | |
src/backend_agg.cpp:2061:9: warning: expression result unused [-Wunused-value] | |
npy_PyFile_DupClose(py_file, fp); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include/numpy/npy_3kcompat.h:245:44: note: expanded from macro 'npy_PyFile_DupClose' | |
#define npy_PyFile_DupClose(file, handle) (0) | |
^ | |
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include/numpy/npy_3kcompat.h:391:1: warning: unused function 'simple_capsule_dtor' [-Wunused-function] | |
simple_capsule_dtor(void *ptr) | |
^ | |
5 warnings generated. | |
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API -DPYCXX_ISO_CPP_LIB=1 -D_REENTRANT -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -I/opt/local/include -I. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isrc -Iagg24/include -I. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/image.cpp -o build/temp.macosx-10.8-x86_64-2.7/src/image.o | |
src/image.cpp:409:16: warning: unused variable 'background' [-Wunused-variable] | |
agg::rgba8 background(agg::rgba8(int(255*bg.r), | |
^ | |
1 warning generated. | |
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API -DPYCXX_ISO_CPP_LIB=1 -D_REENTRANT -I/opt/local/include -I/opt/local/include/libpng15 -I/opt/local/include -I. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -I. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/_png.cpp -o build/temp.macosx-10.8-x86_64-2.7/src/_png.o | |
In file included from src/_png.cpp:30: | |
In file included from src/file_compat.h:4: | |
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include/numpy/npy_3kcompat.h:258:40: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] | |
return PyObject_CallFunction(open, "Os", filename, mode); | |
^ | |
In file included from src/_png.cpp:30: | |
src/file_compat.h:125:37: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] | |
ret = PyObject_CallMethod(file, "close", NULL); | |
^ | |
src/_png.cpp:242:13: warning: expression result unused [-Wunused-value] | |
npy_PyFile_DupClose(py_file, fp); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include/numpy/npy_3kcompat.h:245:44: note: expanded from macro 'npy_PyFile_DupClose' | |
#define npy_PyFile_DupClose(file, handle) (0) | |
^ | |
src/_png.cpp:261:9: warning: expression result unused [-Wunused-value] | |
npy_PyFile_DupClose(py_file, fp); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include/numpy/npy_3kcompat.h:245:44: note: expanded from macro 'npy_PyFile_DupClose' | |
#define npy_PyFile_DupClose(file, handle) (0) | |
^ | |
src/_png.cpp:572:9: warning: expression result unused [-Wunused-value] | |
npy_PyFile_DupClose(py_file, fp); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include/numpy/npy_3kcompat.h:245:44: note: expanded from macro 'npy_PyFile_DupClose' | |
#define npy_PyFile_DupClose(file, handle) (0) | |
^ | |
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include/numpy/npy_3kcompat.h:391:1: warning: unused function 'simple_capsule_dtor' [-Wunused-function] | |
simple_capsule_dtor(void *ptr) | |
^ | |
6 warnings generated. | |
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API -DPYCXX_ISO_CPP_LIB=1 -D_REENTRANT -I/opt/local/include -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tcl.framework/Versions/Current/PrivateHeaders -I/System/Library/Frameworks/Tk.framework/Headers -I/System/Library/Frameworks/Tk.framework/Versions/Current/PrivateHeaders -I/opt/local/include -I. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isrc -Iagg24/include -I. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -I/opt/local/include/freetype2 -I/opt/local/include -I. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/agg_py_transforms.cpp -o build/temp.macosx-10.8-x86_64-2.7/src/agg_py_transforms.o -framework Tcl -framework Tk | |
clang: warning: -framework Tcl: 'linker' input unused when '-c' is present | |
clang: warning: -framework Tk: 'linker' input unused when '-c' is present | |
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API -DPYCXX_ISO_CPP_LIB=1 -D_REENTRANT -I/opt/local/include -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tcl.framework/Versions/Current/PrivateHeaders -I/System/Library/Frameworks/Tk.framework/Headers -I/System/Library/Frameworks/Tk.framework/Versions/Current/PrivateHeaders -I/opt/local/include -I. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isrc -Iagg24/include -I. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -I/opt/local/include/freetype2 -I/opt/local/include -I. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/_tkagg.cpp -o build/temp.macosx-10.8-x86_64-2.7/src/_tkagg.o -framework Tcl -framework Tk | |
clang: warning: -framework Tcl: 'linker' input unused when '-c' is present | |
clang: warning: -framework Tk: 'linker' input unused when '-c' is present | |
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API -DPYCXX_ISO_CPP_LIB=1 -D_REENTRANT -I/opt/local/include -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tcl.framework/Versions/Current/PrivateHeaders -I/System/Library/Frameworks/Tk.framework/Headers -I/System/Library/Frameworks/Tk.framework/Versions/Current/PrivateHeaders -I/opt/local/include -I. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isrc -Iagg24/include -I. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -I/opt/local/include/freetype2 -I/opt/local/include -I. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c CXX/cxx_extensions.cxx -o build/temp.macosx-10.8-x86_64-2.7/CXX/cxx_extensions.o -framework Tcl -framework Tk | |
clang: warning: -framework Tcl: 'linker' input unused when '-c' is present | |
clang: warning: -framework Tk: 'linker' input unused when '-c' is present | |
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API -DPYCXX_ISO_CPP_LIB=1 -D_REENTRANT -I/opt/local/include -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tcl.framework/Versions/Current/PrivateHeaders -I/System/Library/Frameworks/Tk.framework/Headers -I/System/Library/Frameworks/Tk.framework/Versions/Current/PrivateHeaders -I/opt/local/include -I. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isrc -Iagg24/include -I. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -I/opt/local/include/freetype2 -I/opt/local/include -I. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c CXX/cxxsupport.cxx -o build/temp.macosx-10.8-x86_64-2.7/CXX/cxxsupport.o -framework Tcl -framework Tk | |
clang: warning: -framework Tcl: 'linker' input unused when '-c' is present | |
clang: warning: -framework Tk: 'linker' input unused when '-c' is present | |
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API -DPYCXX_ISO_CPP_LIB=1 -D_REENTRANT -I/opt/local/include -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tcl.framework/Versions/Current/PrivateHeaders -I/System/Library/Frameworks/Tk.framework/Headers -I/System/Library/Frameworks/Tk.framework/Versions/Current/PrivateHeaders -I/opt/local/include -I. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isrc -Iagg24/include -I. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -I/opt/local/include/freetype2 -I/opt/local/include -I. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c CXX/IndirectPythonInterface.cxx -o build/temp.macosx-10.8-x86_64-2.7/CXX/IndirectPythonInterface.o -framework Tcl -framework Tk | |
clang: warning: -framework Tcl: 'linker' input unused when '-c' is present | |
clang: warning: -framework Tk: 'linker' input unused when '-c' is present | |
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API -DPYCXX_ISO_CPP_LIB=1 -D_REENTRANT -I/opt/local/include -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tcl.framework/Versions/Current/PrivateHeaders -I/System/Library/Frameworks/Tk.framework/Headers -I/System/Library/Frameworks/Tk.framework/Versions/Current/PrivateHeaders -I/opt/local/include -I. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isrc -Iagg24/include -I. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -I/opt/local/include/freetype2 -I/opt/local/include -I. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c CXX/cxxextensions.c -o build/temp.macosx-10.8-x86_64-2.7/CXX/cxxextensions.o -framework Tcl -framework Tk | |
clang: warning: -framework Tcl: 'linker' input unused when '-c' is present | |
clang: warning: -framework Tk: 'linker' input unused when '-c' is present |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment