From 0890ea716fcd7e3a38e62a69dd9b651d17b447e8 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Tue, 7 Apr 2015 14:03:16 +0800 Subject: [PATCH] win: Fix a compiler warning in Node --- common.gypi | 1 + 1 file changed, 1 insertion(+) diff --git a/common.gypi b/common.gypi index afed8fe297..ee23948808 100644 --- a/common.gypi +++ b/common.gypi @@ -53,6 +53,7 @@ 4152, # function/data pointer conversion in expression 4206, # translation unit is empty 4204, # non-constant aggregate initializer + 4210, # nonstandard extension used : function given file scope 4214, # bit field types other than int 4232, # address of dllimport 'free' is not static, identity not guaranteed 4291, # no matching operator delete found