calm down -Wdelete-non-virtual-dtor warnings
remove -Wno-non-virtual-dtor from makefile (what does it do anyway? -Wdelete-non-virtual-dtor is part of -Wall)
This commit is contained in:
@@ -377,7 +377,7 @@ hash_t operator()( const TextureKey& key ) const {
|
||||
|
||||
#define DEBUG_TEXTURES 0
|
||||
|
||||
class TexturesMap : public TexturesCache
|
||||
class TexturesMap final : public TexturesCache
|
||||
{
|
||||
class TextureConstructor
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user