From b4ee01d43dad172053cdb71525fb91b09bd32cec Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Thu, 20 Feb 2014 18:58:56 +0800 Subject: [PATCH] linux: Fix one compiler warning. --- common.gypi | 1 + 1 file changed, 1 insertion(+) diff --git a/common.gypi b/common.gypi index 64dd63d2c5..62cce1ef8c 100644 --- a/common.gypi +++ b/common.gypi @@ -85,6 +85,7 @@ '-Wno-pointer-sign', '-Wno-string-plus-int', '-Wno-unused-variable', + '-Wno-unused-value', '-Wno-deprecated-declarations', '-Wno-return-type', ],