From 5cbcd1c2de9cbd470a8a9ec98788b1982a9b4bae Mon Sep 17 00:00:00 2001 From: Zeno Albisser Date: Fri, 28 Nov 2014 12:43:51 +0100 Subject: Disable warning about use of deprecated functions on Windows. This is only needed for compiling with MSVS2013. Change-Id: Ieb81539a8351143870c9c78591c8e8eb0fb41bca Reviewed-by: Andras Becsi --- src/core/qtwebengine.gypi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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': [ -- cgit v1.2.3