mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-21 07:13:13 +01:00
Add virtual destructor to GarbageCollect2Stack to silence GCC warning.
This commit is contained in:
@@ -146,6 +146,7 @@ namespace {
|
||||
: TypeInfoArgNr(typeInfoArgNr),
|
||||
SafeToDelete(safeToDelete),
|
||||
ReturnsArray(returnsArray) {}
|
||||
virtual ~FunctionInfo() {}
|
||||
};
|
||||
|
||||
class ArrayFI : public FunctionInfo {
|
||||
|
||||
Reference in New Issue
Block a user