Warning fix for final destructor in directors
Fix suppression of final destructors used in director classes. Add testcase for final destructors in director classes.
This commit is contained in:
parent
cbae09f92f
commit
b9c4a84780
3 changed files with 11 additions and 0 deletions
1
Examples/test-suite/errors/cpp_final_destructor.stderr
Normal file
1
Examples/test-suite/errors/cpp_final_destructor.stderr
Normal file
|
|
@ -0,0 +1 @@
|
|||
cpp_final_destructor.i:7: Warning 525: Destructor of director base class BaseFinal is marked as final.
|
||||
Loading…
Add table
Add a link
Reference in a new issue