From ec134e7536431bfa8fad1d9163dfe81dd19736ca Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Thu, 15 Dec 2016 11:06:59 +0900 Subject: [PATCH] Fix building error for arm linux --- common.gypi | 1 + 1 file changed, 1 insertion(+) diff --git a/common.gypi b/common.gypi index 219052fac571..0dc95c41d418 100644 --- a/common.gypi +++ b/common.gypi @@ -119,6 +119,7 @@ '-Wno-deprecated-declarations', '-Wno-return-type', '-Wno-shift-negative-value', + '-Wno-format', '-Wno-varargs', # https://git.io/v6Olj # Required when building as shared library. '-fPIC',