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, pywrap has been updated via f0ab60cffc42320eec3a382b41cf2c2cd39cc185 (commit) from d1663ce40262b937f7ce441166b1a25ee192675b (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/f0ab60cffc42320eec3a382b41cf2c2cd39cc...
commit f0ab60cffc42320eec3a382b41cf2c2cd39cc185 Author: Cyril Hrubis metan@ucw.cz Date: Sat Feb 25 16:19:03 2012 +0100
pywrap: Fix swig warnings, one was real, the rest is silenced.
diff --git a/pylib/gfxprim/backends/Makefile b/pylib/gfxprim/backends/Makefile index 66f7833..4d2649e 100644 --- a/pylib/gfxprim/backends/Makefile +++ b/pylib/gfxprim/backends/Makefile @@ -6,3 +6,5 @@ LDLIBS+=-lGP_backends -lSDL include $(TOPDIR)/pre.mk include $(TOPDIR)/pywrap.mk include $(TOPDIR)/post.mk + +include ../silence_swig_warnings.mk diff --git a/pylib/gfxprim/backends/backends.i b/pylib/gfxprim/backends/backends.i index 1592509..4785281 100644 --- a/pylib/gfxprim/backends/backends.i +++ b/pylib/gfxprim/backends/backends.i @@ -3,6 +3,7 @@ %{ #include "GP_Backend.h" #include "GP_Backends.h" +#include "core/GP_Debug.h" %}
#define __attribute__(X) diff --git a/pylib/gfxprim/core/Makefile b/pylib/gfxprim/core/Makefile index 5d655a8..0ee5e15 100644 --- a/pylib/gfxprim/core/Makefile +++ b/pylib/gfxprim/core/Makefile @@ -4,3 +4,5 @@ LIBNAME=core include $(TOPDIR)/pre.mk include $(TOPDIR)/pywrap.mk include $(TOPDIR)/post.mk + +include ../silence_swig_warnings.mk diff --git a/pylib/gfxprim/filters/Makefile b/pylib/gfxprim/filters/Makefile index b1faad7..a7f3dbe 100644 --- a/pylib/gfxprim/filters/Makefile +++ b/pylib/gfxprim/filters/Makefile @@ -5,3 +5,5 @@ INCLUDE=core include $(TOPDIR)/pre.mk include $(TOPDIR)/pywrap.mk include $(TOPDIR)/post.mk + +include ../silence_swig_warnings.mk diff --git a/pylib/gfxprim/gfx/Makefile b/pylib/gfxprim/gfx/Makefile index e8ba808..69a74e4 100644 --- a/pylib/gfxprim/gfx/Makefile +++ b/pylib/gfxprim/gfx/Makefile @@ -5,3 +5,5 @@ INCLUDE=core include $(TOPDIR)/pre.mk include $(TOPDIR)/pywrap.mk include $(TOPDIR)/post.mk + +include ../silence_swig_warnings.mk diff --git a/pylib/gfxprim/loaders/Makefile b/pylib/gfxprim/loaders/Makefile index 41a94ed..791fc74 100644 --- a/pylib/gfxprim/loaders/Makefile +++ b/pylib/gfxprim/loaders/Makefile @@ -5,3 +5,5 @@ INCLUDE=core include $(TOPDIR)/pre.mk include $(TOPDIR)/pywrap.mk include $(TOPDIR)/post.mk + +include ../silence_swig_warnings.mk diff --git a/pylib/gfxprim/silence_swig_warnings.mk b/pylib/gfxprim/silence_swig_warnings.mk new file mode 100644 index 0000000..38916e0 --- /dev/null +++ b/pylib/gfxprim/silence_swig_warnings.mk @@ -0,0 +1,4 @@ +# +# Turn off warnings generated bugs in swig implementation +# +CFLAGS+=-Wno-missing-field-initializers -Wno-unused-parameter diff --git a/pylib/gfxprim/text/Makefile b/pylib/gfxprim/text/Makefile index cebfb3c..1f097e6 100644 --- a/pylib/gfxprim/text/Makefile +++ b/pylib/gfxprim/text/Makefile @@ -5,3 +5,5 @@ INCLUDE=core include $(TOPDIR)/pre.mk include $(TOPDIR)/pywrap.mk include $(TOPDIR)/post.mk + +include ../silence_swig_warnings.mk
-----------------------------------------------------------------------
Summary of changes: pylib/gfxprim/backends/Makefile | 2 ++ pylib/gfxprim/backends/backends.i | 1 + pylib/gfxprim/core/Makefile | 2 ++ pylib/gfxprim/filters/Makefile | 2 ++ pylib/gfxprim/gfx/Makefile | 2 ++ pylib/gfxprim/loaders/Makefile | 2 ++ pylib/gfxprim/silence_swig_warnings.mk | 4 ++++ pylib/gfxprim/text/Makefile | 2 ++ 8 files changed, 17 insertions(+), 0 deletions(-) create mode 100644 pylib/gfxprim/silence_swig_warnings.mk
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.