summaryrefslogtreecommitdiff
path: root/cpp/bindings/qmf2/python/Makefile.am
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2011-01-06 21:46:55 +0000
committerTed Ross <tross@apache.org>2011-01-06 21:46:55 +0000
commit4316e7c77f880b7d7a29e56a8ae9afe7c3f4974d (patch)
tree146f597656862c72d48ca79f9bbf328d1401ebfb /cpp/bindings/qmf2/python/Makefile.am
parent389ee1b30958542fcaa82769f5fb3e8e5ed4cc6e (diff)
downloadqpid-python-4316e7c77f880b7d7a29e56a8ae9afe7c3f4974d.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/Makefile.am')
-rw-r--r--cpp/bindings/qmf2/python/Makefile.am3
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)