php4 multiple inheritance warning suppression
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7616 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
219e914125
commit
4eebf30cc0
11 changed files with 16 additions and 13 deletions
|
|
@ -1,6 +1,6 @@
|
|||
%module contract
|
||||
|
||||
%warnfilter(802,813,833) C; /* C#, Java multiple inheritance */
|
||||
%warnfilter(802,813,833,870) C; /* Ruby, C#, Java, Php4 multiple inheritance */
|
||||
|
||||
#ifdef SWIGCSHARP
|
||||
%ignore B::bar; // otherwise get a warning: `C.bar' no suitable methods found to override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue