diff options
Diffstat (limited to 'src/resources')
-rw-r--r-- | src/resources/memorycounter.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/resources/memorycounter.h b/src/resources/memorycounter.h index 809a6196d..94bebc984 100644 --- a/src/resources/memorycounter.h +++ b/src/resources/memorycounter.h @@ -30,8 +30,11 @@ class MemoryCounter notfinal public: MemoryCounter(); +PRAGMACLANG(GCC diagnostic push) +PRAGMACLANG(GCC diagnostic ignored "-Wdeprecated") virtual ~MemoryCounter() { } +PRAGMACLANG(GCC diagnostic pop) int calcMemory(const int level) const; |