From: Bert Belder Date: Thu, 1 Aug 2013 09:53:41 +0000 (+0200) Subject: build: disable some msvc compiler warnings X-Git-Tag: v0.11.5~35 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6430c3f55dd09625b576ec08a1e234fd785c184b;p=platform%2Fupstream%2Fnodejs.git build: disable some msvc compiler warnings These are not real problems, and they are so plenty that actual problems are hidden from view. --- diff --git a/common.gypi b/common.gypi index 5572c75..61172ef 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