From patchwork Wed Jul 18 14:10:24 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Maydell X-Patchwork-Id: 10116 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id D79DA23E56 for ; Wed, 18 Jul 2012 14:10:37 +0000 (UTC) Received: from mail-yx0-f180.google.com (mail-yx0-f180.google.com [209.85.213.180]) by fiordland.canonical.com (Postfix) with ESMTP id A62FCA181E4 for ; Wed, 18 Jul 2012 14:10:37 +0000 (UTC) Received: by yenq6 with SMTP id q6so1722279yen.11 for ; Wed, 18 Jul 2012 07:10:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=q5Ht44gSVu2s5W5CMc9Scfm5yblIGV5t2EZ4g5UWiXc=; b=FFniCPyDiK9kdAcT0bp29hz09KzLQGk2J/UO/c9JT1EW8m5x8td+XpBilxgsVAmmUa TeoTSo+h2P9QQ6uDWRS3hH/iqvBxRnn++KucqF0djiG9zmD2May/HLVXdEreNEhCmuW3 pRvUksA+Kk5puDuvs6bAgy8plCrxOmLvYPTXRlNlkLs79adXN5fZfQeKigrqQN9Wgefn fuTjiCYTpKI4TASakOqF9UlO097cp0xo9PLWTwAjrTPzEBlbfvmluNhXd5T0OYcEmJYz F3adVc/ANSpFS73IVNZfWzM+dXHIal2fsFOb3lwVWJgW5eNn9AnnifAx9UB2CMBFDEzQ oe1w== Received: by 10.50.46.232 with SMTP id y8mr2096253igm.57.1342620636676; Wed, 18 Jul 2012 07:10:36 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.231.153.7 with SMTP id i7csp242ibw; Wed, 18 Jul 2012 07:10:35 -0700 (PDT) Received: by 10.14.172.136 with SMTP id t8mr155816eel.17.1342620634560; Wed, 18 Jul 2012 07:10:34 -0700 (PDT) Received: from mnementh.archaic.org.uk (mnementh.archaic.org.uk. [81.2.115.146]) by mx.google.com with ESMTPS id l41si7527440eem.135.2012.07.18.07.10.31 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 18 Jul 2012 07:10:34 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of pm215@archaic.org.uk designates 81.2.115.146 as permitted sender) client-ip=81.2.115.146; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of pm215@archaic.org.uk designates 81.2.115.146 as permitted sender) smtp.mail=pm215@archaic.org.uk Received: from pm215 by mnementh.archaic.org.uk with local (Exim 4.72) (envelope-from ) id 1SrUxQ-0003KK-JL; Wed, 18 Jul 2012 15:10:28 +0100 From: Peter Maydell To: qemu-devel@nongnu.org Cc: patches@linaro.org, Stefan Weil Subject: [PATCH 07/11] configure: Fix compile warning in PNG test Date: Wed, 18 Jul 2012 15:10:24 +0100 Message-Id: <1342620628-12751-8-git-send-email-peter.maydell@linaro.org> X-Mailer: git-send-email 1.7.2.5 In-Reply-To: <1342620628-12751-1-git-send-email-peter.maydell@linaro.org> References: <1342620628-12751-1-git-send-email-peter.maydell@linaro.org> X-Gm-Message-State: ALoCoQnsn9UXQ49D0Mkk688NRJNz2I3gc845rjZEV5ZAiijiKkbXqD4X/SUvpt5lyIF4o3W48ejh Fix compile warning (variable 'png_ptr' set but not used) in the PNG detection test code. Signed-off-by: Peter Maydell Reviewed-by: Stefan Weil --- configure | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure b/configure index aced52e..784325a 100755 --- a/configure +++ b/configure @@ -1727,7 +1727,7 @@ cat > $TMPC </dev/null 2>&1; then