summaryrefslogtreecommitdiffstats
path: root/src/core/qtwebengine.gypi
diff options
context:
space:
mode:
authorZeno Albisser <zeno.albisser@theqtcompany.com>2014-11-28 12:43:51 +0100
committerZeno Albisser <zeno.albisser@digia.com>2015-01-20 08:34:20 +0100
commit5cbcd1c2de9cbd470a8a9ec98788b1982a9b4bae (patch)
tree77e1b45a4013a2428c4a0a268b43e176ae701df6 /src/core/qtwebengine.gypi
parent937d7b9c264d78433fc47832b66cd62640393b54 (diff)
Disable warning about use of deprecated functions on Windows.
This is only needed for compiling with MSVS2013. Change-Id: Ieb81539a8351143870c9c78591c8e8eb0fb41bca Reviewed-by: Andras Becsi <andras.becsi@theqtcompany.com>
Diffstat (limited to 'src/core/qtwebengine.gypi')
-rw-r--r--src/core/qtwebengine.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/qtwebengine.gypi b/src/core/qtwebengine.gypi
index d61e6e7fd..79eb6d45b 100644
--- a/src/core/qtwebengine.gypi
+++ b/src/core/qtwebengine.gypi
@@ -102,7 +102,7 @@
},
},
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
- 'msvs_disabled_warnings': [ 4267, ],
+ 'msvs_disabled_warnings': [ 4267, 4996, ],
}], # OS=="win"
['OS=="linux"', {
'dependencies': [