You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by as...@apache.org on 2012/10/11 16:53:52 UTC

svn commit: r1397092 - in /qpid/trunk/qpid/cpp/bindings: qmf2/ruby/ruby.i qpid/ruby/ruby.i

Author: astitcher
Date: Thu Oct 11 14:53:52 2012
New Revision: 1397092

URL: http://svn.apache.org/viewvc?rev=1397092&view=rev
Log:
NO-JIRA: Suppress swig warning - ruby doesn't have != operator anyway

Modified:
    qpid/trunk/qpid/cpp/bindings/qmf2/ruby/ruby.i
    qpid/trunk/qpid/cpp/bindings/qpid/ruby/ruby.i

Modified: qpid/trunk/qpid/cpp/bindings/qmf2/ruby/ruby.i
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/bindings/qmf2/ruby/ruby.i?rev=1397092&r1=1397091&r2=1397092&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/bindings/qmf2/ruby/ruby.i (original)
+++ qpid/trunk/qpid/cpp/bindings/qmf2/ruby/ruby.i Thu Oct 11 14:53:52 2012
@@ -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"
 

Modified: qpid/trunk/qpid/cpp/bindings/qpid/ruby/ruby.i
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/bindings/qpid/ruby/ruby.i?rev=1397092&r1=1397091&r2=1397092&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/bindings/qpid/ruby/ruby.i (original)
+++ qpid/trunk/qpid/cpp/bindings/qpid/ruby/ruby.i Thu Oct 11 14:53:52 2012
@@ -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"
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org