mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-05-28 04:41:30 +02:00
Add some no-op virtual destructors to silence GCC warning.
This commit is contained in:
@@ -139,6 +139,7 @@ int AsmStatement::comeFrom()
|
||||
|
||||
struct AsmParserCommon
|
||||
{
|
||||
virtual ~AsmParserCommon() {}
|
||||
virtual void run(Scope* sc, AsmStatement* asmst) = 0;
|
||||
virtual std::string getRegName(int i) = 0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user