This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project gfxprim.git.
The branch, master has been updated via 160441a217c7e9ac2c935d865ceba129b46f5260 (commit) from 2f01a11ca235142a1ab4a0bc5e9fd8d49f4c2f04 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- http://repo.or.cz/w/gfxprim.git/commit/160441a217c7e9ac2c935d865ceba129b46f5...
commit 160441a217c7e9ac2c935d865ceba129b46f5260 Author: Cyril Hrubis metan@ucw.cz Date: Tue Apr 17 22:16:52 2012 +0200
pywrap: Swig 1.3.31 doesn't support -Wextra, remove it.
diff --git a/config.mk b/config.mk index 55f6140..c65c19d 100644 --- a/config.mk +++ b/config.mk @@ -12,7 +12,7 @@ PYTHON_INCLUDE=`python-config --include` # Command to run Python with pylib/ modules PYTHON=PYTHONPATH=$$PYTHONPATH:${PYLIBSDIR} ${PYTHON_BIN} -Werror
-SWIGOPTS=-Wextra -w322,314 -I/usr/include/ +SWIGOPTS=-w322,314 -I/usr/include/
# # If set to yes, rebuilds libGP* after typing make
-----------------------------------------------------------------------
Summary of changes: config.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
repo.or.cz automatic notification. Contact project admin jiri.bluebear.dluhos@gmail.com if you want to unsubscribe, or site admin admin@repo.or.cz if you receive no reply.