Suppress warning about multiple inheritance for Ruby.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5454 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Logan Johnson 2003-12-01 23:11:46 +00:00
commit 8f235b29c2

View file

@ -1,6 +1,6 @@
%module contract
%warnfilter(813,833) C; /* C#, Java multiple inheritance */
%warnfilter(802,813,833) C; /* C#, Java multiple inheritance */
#ifdef SWIGCSHARP
%ignore B::bar; // otherwise get a warning: `C.bar' no suitable methods found to override