projects
/
pykit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
89a6625
)
Remove invalid C++ warning option (added by python-config)
Stefan Bund [Tue, 26 Oct 2010 12:29:53 +0000 (14:29 +0200)]
pykit.pro
patch
|
blob
|
history
diff --git
a/pykit.pro
b/pykit.pro
index
5fa09b1
..
a7c2b21
100644
(file)
--- a/
pykit.pro
+++ b/
pykit.pro
@@
-10,6
+10,7
@@
LIBS += -lboost_python
# python
QMAKE_CXXFLAGS += $$system(python-config --cflags)
+QMAKE_CXXFLAGS -= -Wstrict-prototypes
QMAKE_CFFLAGS += $$system(python-config --cflags)
LIBS += $$system(python-config --ldflags)
mac {