diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi index c376cb6..8415831 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -874,7 +874,7 @@ # Make inline functions have hidden visiblity by default. # Surprisingly, not covered by -fvisibility=hidden. '-fvisibility-inlines-hidden', - '-Wno-non-virtual-dtor', + '-Wnon-virtual-dtor', ], 'ldflags': [ '-pthread', '-Wl,-z,noexecstack', |