summaryrefslogtreecommitdiffstats
path: root/build/common.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'build/common.gypi')
-rw-r--r--build/common.gypi4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/common.gypi b/build/common.gypi
index bd35a89..e385570 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -669,6 +669,10 @@
'-Wextra',
'-Werror',
],
+ 'cflags': [
+ # Don't warn about hash_map in third-party code.
+ '-Wno-deprecated',
+ ],
}],
[ 'OS=="win"', {
'defines': [