test-suite warning fixes
This commit is contained in:
parent
1e7c04c1eb
commit
1a26710106
8 changed files with 14 additions and 2 deletions
|
|
@ -23,6 +23,9 @@ struct Base {
|
|||
virtual int method(int v) {
|
||||
return v;
|
||||
}
|
||||
#if !defined(SWIG)
|
||||
virtual ~Base() {}
|
||||
#endif
|
||||
};
|
||||
struct Derived : Base {
|
||||
double actualval;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue