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
|
|
@ -3,8 +3,8 @@
|
|||
|
||||
%module(ruby_minherit="1") default_constructor
|
||||
|
||||
%warnfilter(813) EB; /* Ruby, Java multiple inheritance */
|
||||
%warnfilter(813) AD; /* Ruby, Java multiple inheritance */
|
||||
%warnfilter(813,833) EB; /* C#, Java multiple inheritance */
|
||||
%warnfilter(813,833) AD; /* C#, Java multiple inheritance */
|
||||
%warnfilter(510) F; /* friend function */
|
||||
|
||||
%inline %{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue