more cleanups
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8037 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
d812f5fe5e
commit
59d0c24108
3 changed files with 4 additions and 8 deletions
|
|
@ -9,8 +9,10 @@
|
|||
|
||||
%warnfilter(813,833,870) E; /* C#, Java, Php4 multiple inheritance */
|
||||
|
||||
%nodefault C;
|
||||
%nodefault E;
|
||||
%nodefaultctor C;
|
||||
%nodefaultdtor C;
|
||||
%nodefaultctor E;
|
||||
%nodefaultdtor E;
|
||||
|
||||
%inline %{
|
||||
|
||||
|
|
|
|||
|
|
@ -7,8 +7,6 @@
|
|||
|
||||
%inline %{
|
||||
class RB {
|
||||
static char *prberror[];
|
||||
public:
|
||||
static char *rberror[];
|
||||
};
|
||||
%}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue