Inhibited multiple inheritance warnings for C#
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4895 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
2cdbe141cb
commit
6c239cbb01
10 changed files with 13 additions and 11 deletions
|
|
@ -1,7 +1,7 @@
|
|||
%module(ruby_minherit="1") abstract_virtual
|
||||
|
||||
%warnfilter(813) D; /* Ruby, Java multiple inheritance */
|
||||
%warnfilter(813) E; /* Ruby, Java multiple inheritance */
|
||||
%warnfilter(813,833) D; /* C#, Java multiple inheritance */
|
||||
%warnfilter(813,833) E; /* C#, Java multiple inheritance */
|
||||
|
||||
%inline %{
|
||||
struct A
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue