From 8145d5ba265724d35bba994932084657ddf1e934 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Mon, 1 Jul 2013 18:36:58 +0800 Subject: [PATCH] Fix two warnings in openssl. --- common.gypi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common.gypi b/common.gypi index a323a1a8521..98dbb79f26e 100644 --- a/common.gypi +++ b/common.gypi @@ -23,6 +23,8 @@ 4152, # function/data pointer conversion in expression 4206, # translation unit is empty 4204, # non-constant aggregate initializer + 4232, # address of dllimport 'free' is not static, identity not guaranteed + 4295, # array is too small to include a terminating null character 4389, # '==' : signed/unsigned mismatch 4505, # unreferenced local function has been removed 4701, # potentially uninitialized local variable 'sizew' used