diff options
| author | Ted Ross <tross@apache.org> | 2011-01-06 21:46:55 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2011-01-06 21:46:55 +0000 |
| commit | d937209deb805507e73fafc473dbb5b817bfe6df (patch) | |
| tree | 146f597656862c72d48ca79f9bbf328d1401ebfb /cpp/bindings/qmf2/python | |
| parent | 19671db743e1d096df0686c20d65e020281d9132 (diff) | |
| download | qpid-python-d937209deb805507e73fafc473dbb5b817bfe6df.tar.gz | |
Suppress spurious warnings from Swig.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1056095 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/bindings/qmf2/python')
| -rw-r--r-- | cpp/bindings/qmf2/python/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/bindings/qmf2/python/Makefile.am b/cpp/bindings/qmf2/python/Makefile.am index 814ca9029c..ccb031826a 100644 --- a/cpp/bindings/qmf2/python/Makefile.am +++ b/cpp/bindings/qmf2/python/Makefile.am @@ -27,9 +27,10 @@ generated_file_list = \ EXTRA_DIST = python.i BUILT_SOURCES = $(generated_file_list) +SWIG_FLAGS = -w362,401 $(generated_file_list): $(srcdir)/python.i $(srcdir)/../qmf2.i $(srcdir)/../../swig_python_typemaps.i - swig -c++ -python -Wall $(INCLUDES) $(QPID_CXXFLAGS) -I/usr/include -o cqmf2.cpp $(srcdir)/python.i + swig -c++ -python $(SWIG_FLAGS) $(INCLUDES) $(QPID_CXXFLAGS) -I/usr/include -o cqmf2.cpp $(srcdir)/python.i pylibdir = $(PYTHON_LIB) |
