various fixes to remove warnings
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6580 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
6a03a2deb5
commit
dc12af75b6
21 changed files with 41 additions and 28 deletions
|
|
@ -4,7 +4,7 @@
|
|||
class Foo {
|
||||
protected:
|
||||
int x;
|
||||
int blah(int x) { return x; }
|
||||
int blah(int xx) { return xx; }
|
||||
};
|
||||
|
||||
class FooBar : public Foo {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue