Inhibited multiple inheritance warnings for C#
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4895 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
24059cee7e
commit
9d85cd44d5
10 changed files with 13 additions and 11 deletions
|
|
@ -1,6 +1,6 @@
|
|||
%module(ruby_minherit="1") using_composition
|
||||
|
||||
%warnfilter(813) FooBar; // Ruby, Java multiple inheritance
|
||||
%warnfilter(813,833) FooBar; // C#, Java multiple inheritance
|
||||
|
||||
%inline %{
|
||||
class Foo {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue