[pragma] Enable error -Wdelete-non-virtual-dtor
Currently fails directwrite backend.
This commit is contained in:
parent
e65272281c
commit
9b4e51b2e4
|
@ -52,6 +52,7 @@
|
|||
/* Error. Should never happen. */
|
||||
#pragma GCC diagnostic error "-Wc++11-narrowing"
|
||||
#pragma GCC diagnostic error "-Wcast-align"
|
||||
#pragma GCC diagnostic error "-Wdelete-non-virtual-dtor"
|
||||
#pragma GCC diagnostic error "-Wformat-security"
|
||||
#pragma GCC diagnostic error "-Wimplicit-function-declaration"
|
||||
#pragma GCC diagnostic error "-Winit-self"
|
||||
|
|
Loading…
Reference in New Issue