From 6430c3f55dd09625b576ec08a1e234fd785c184b Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Thu, 1 Aug 2013 11:53:41 +0200 Subject: [PATCH] build: disable some msvc compiler warnings These are not real problems, and they are so plenty that actual problems are hidden from view. --- common.gypi | 1 + 1 file changed, 1 insertion(+) diff --git a/common.gypi b/common.gypi index 5572c75029..61172ef238 100644 --- a/common.gypi +++ b/common.gypi @@ -129,6 +129,7 @@ ], }, }, + 'msvs_disabled_warnings': [4351, 4355, 4800], 'conditions': [ ['OS == "win"', { 'msvs_cygwin_shell': 0, # prevent actions from trying to use cygwin