summaryrefslogtreecommitdiffstats
path: root/build/common.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'build/common.gypi')
-rw-r--r--build/common.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 8415831..c376cb6 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',
- '-Wnon-virtual-dtor',
+ '-Wno-non-virtual-dtor',
],
'ldflags': [
'-pthread', '-Wl,-z,noexecstack',