summaryrefslogtreecommitdiff
path: root/qpid/cpp/bindings/qmf2/ruby
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
commit63bef792b5bfb660c6f0fa607280f87049875159 (patch)
tree7220e1a379c919ffa6b78e228d65a066cf316e53 /qpid/cpp/bindings/qmf2/ruby
parent54d3e2f9165a7fa8450db6c951ba78b0b5af7383 (diff)
downloadqpid-python-63bef792b5bfb660c6f0fa607280f87049875159.tar.gz
Suppress spurious warnings from Swig.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1056095 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/bindings/qmf2/ruby')
-rw-r--r--qpid/cpp/bindings/qmf2/ruby/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/cpp/bindings/qmf2/ruby/Makefile.am b/qpid/cpp/bindings/qmf2/ruby/Makefile.am
index f3695e0fbb..ae840f87c6 100644
--- a/qpid/cpp/bindings/qmf2/ruby/Makefile.am
+++ b/qpid/cpp/bindings/qmf2/ruby/Makefile.am
@@ -23,11 +23,12 @@ INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_srcdir)/src
EXTRA_DIST = ruby.i
BUILT_SOURCES = cqmf2.cpp
+SWIG_FLAGS = -w362,401
rubylibdir = $(RUBY_LIB)
cqmf2.cpp: $(srcdir)/ruby.i $(srcdir)/../qmf2.i $(srcdir)/../../swig_ruby_typemaps.i
- $(SWIG) -ruby -c++ -Wall $(INCLUDES) $(QPID_CXXFLAGS) -I/usr/include -o cqmf2.cpp $(srcdir)/ruby.i
+ $(SWIG) -ruby -c++ $(SWIG_FLAGS) $(INCLUDES) $(QPID_CXXFLAGS) -I/usr/include -o cqmf2.cpp $(srcdir)/ruby.i
rubylibarchdir = $(RUBY_LIB_ARCH)
rubylibarch_LTLIBRARIES = cqmf2.la