multiple inheritance warning for Java and Ruby
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4540 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
087fb8dba2
commit
4abc8f3f5e
1 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
|||
%module abstract_virtual
|
||||
|
||||
%warnfilter(802, 813) D; /* Ruby, Java multiple inheritance */
|
||||
%warnfilter(802, 813) E; /* Ruby, Java multiple inheritance */
|
||||
|
||||
%inline %{
|
||||
struct A
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue