From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH v2] flask: Fix 32-bit compilation of label-pci tool Date: Mon, 5 Dec 2011 19:05:38 +0100 Message-ID: <20111205180538.GA31722@aepfle.de> References: <4EDC9C2D02000078000655D1@nat28.tlf.novell.com> <1323084885-7531-1-git-send-email-dgdegra@tycho.nsa.gov> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1323084885-7531-1-git-send-email-dgdegra@tycho.nsa.gov> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Daniel De Graaf Cc: xen-devel@lists.xensource.com, Keir Fraser , JBeulich@suse.com List-Id: xen-devel@lists.xenproject.org On Mon, Dec 05, Daniel De Graaf wrote: > + fscanf(f, "%" SCNu64, &start); label-pci.c:108: error: ignoring return value of 'fscanf', declared with attribute warn_unused_result This still leads to an error. Olaf