From 6c55f12496eaa4beb203cdf56251ee38a139985e Mon Sep 17 00:00:00 2001 From: "mkosiba@chromium.org" Date: Wed, 12 Feb 2014 16:06:56 +0000 Subject: [PATCH] [android_webview] Suppress warning for Android build. This suppresses a warning in the Android build configuration. BUG=None TEST=compile NOTRY=true R=torne@chromium.org Review URL: https://codereview.chromium.org/149813003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250726 0039d316-1c4b-4281-b951-d872f2087c98 --- build/common.gypi | 1 + 1 file changed, 1 insertion(+) diff --git a/build/common.gypi b/build/common.gypi index ddd6546f3794..160024a483f5 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -3852,6 +3852,7 @@ '-Wno-extra', # Enabled by -Wextra, but no specific flag '-Wno-ignored-qualifiers', '-Wno-type-limits', + '-Wno-unused-but-set-variable', ], 'cflags_cc': [ # Other things unrelated to -Wextra: -- 2.11.4.GIT