From 44182619439472a8bac5fbc73676d1b8bcf6b293 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: http://src.chromium.org/svn/trunk/src/build@250726 4ff67af0-8c30-449e-8e8b-ad334ec8d88c --- common.gypi | 1 + 1 file changed, 1 insertion(+) diff --git a/common.gypi b/common.gypi index ddd6546f3..160024a48 100644 --- a/common.gypi +++ b/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: