From fd612dce31e75e50ec593ff43d09fcf5925aaf33 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Thu, 11 Oct 2012 14:53:52 +0000 Subject: NO-JIRA: Suppress swig warning - ruby doesn't have != operator anyway git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1397092 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/bindings/qmf2/ruby/ruby.i | 2 ++ cpp/bindings/qpid/ruby/ruby.i | 2 ++ 2 files changed, 4 insertions(+) (limited to 'cpp/bindings') diff --git a/cpp/bindings/qmf2/ruby/ruby.i b/cpp/bindings/qmf2/ruby/ruby.i index 1070c65a44..82c963c7d6 100644 --- a/cpp/bindings/qmf2/ruby/ruby.i +++ b/cpp/bindings/qmf2/ruby/ruby.i @@ -18,6 +18,8 @@ */ %module cqmf2 +/* Ruby doesn't have a != operator*/ +#pragma SWIG nowarn=378 %include "std_string.i" %include "../../swig_ruby_typemaps.i" diff --git a/cpp/bindings/qpid/ruby/ruby.i b/cpp/bindings/qpid/ruby/ruby.i index 76463f7ddd..13189c93f2 100644 --- a/cpp/bindings/qpid/ruby/ruby.i +++ b/cpp/bindings/qpid/ruby/ruby.i @@ -18,6 +18,8 @@ */ %module cqpid +/* Ruby doesn't have a != operator*/ +#pragma SWIG nowarn=378 %include "std_string.i" %include "../../swig_ruby_typemaps.i" -- cgit v1.2.1