Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754804Ab2FIJOc (ORCPT ); Sat, 9 Jun 2012 05:14:32 -0400 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 Date: Sat, 9 Jun 2012 18:14:26 +0900 From: Paul Mundt To: Ezequiel Garcia Cc: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, Subject: Re: [PATCH 1/6] sh: fix compiler warning by properly inlining flat_set_persistent() 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 Content-Disposition: inline In-Reply-To: <1339229611-2326-1-git-send-email-elezegarcia@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 698 Lines: 16 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? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/