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:
William S Fulton 2005-10-08 11:37:27 +00:00
commit 4eebf30cc0
11 changed files with 16 additions and 13 deletions

View file

@ -3,7 +3,8 @@
%warnfilter(801) foo; // Ruby, wrong class name
%warnfilter(801) bar; // Ruby, wrong class name
%warnfilter(801) baz; // Ruby, wrong class name
%warnfilter(801,813,833) spam; // Ruby, wrong class name; C# & Java, multiple inheritance
%warnfilter(801) spam; // Ruby, wrong class name
%warnfilter(813,833,870) spam; // C# & Java, Php4 multiple inheritance
%inline %{