From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mundt Subject: Re: [PATCH 1/6] sh: fix compiler warning by properly inlining flat_set_persistent() Date: Sat, 9 Jun 2012 18:14:26 +0900 Message-ID: <20120609091426.GA10170@linux-sh.org> References: <1339229611-2326-1-git-send-email-elezegarcia@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from linux-sh.org ([111.68.239.195]:45238 "EHLO linux-sh.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751798Ab2FIJOa (ORCPT ); Sat, 9 Jun 2012 05:14:30 -0400 Content-Disposition: inline In-Reply-To: <1339229611-2326-1-git-send-email-elezegarcia@gmail.com> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Ezequiel Garcia Cc: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, linux-sh@vger.kernel.org On Sat, Jun 09, 2012 at 05:13:26AM -0300, Ezequiel Garcia wrote: > This patch removes the following warning: > fs/binfmt_flat.c:752: warning: unused variable ???persistent??? > There is neither change in functionality, nor extra code generated. > > Cc: Paul Mundt > Cc: > Signed-off-by: Ezequiel Garcia That's what the cast was for, with what gcc version did that stop working?