diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2012-10-11 14:53:52 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2012-10-11 14:53:52 +0000 |
| commit | fd612dce31e75e50ec593ff43d09fcf5925aaf33 (patch) | |
| tree | cd6a777c9f2e08bd3fde151a8f5d849c1c0648c6 /cpp/bindings | |
| parent | 95fe7134d64fdb7b902d44926fa5285ae1307efe (diff) | |
| download | qpid-python-fd612dce31e75e50ec593ff43d09fcf5925aaf33.tar.gz | |
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
Diffstat (limited to 'cpp/bindings')
| -rw-r--r-- | cpp/bindings/qmf2/ruby/ruby.i | 2 | ||||
| -rw-r--r-- | cpp/bindings/qpid/ruby/ruby.i | 2 |
2 files changed, 4 insertions, 0 deletions
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" |
