From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S937355AbWLIUWx (ORCPT ); Sat, 9 Dec 2006 15:22:53 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S937359AbWLIUWx (ORCPT ); Sat, 9 Dec 2006 15:22:53 -0500 Received: from mtagate1.de.ibm.com ([195.212.29.150]:61642 "EHLO mtagate1.de.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S937350AbWLIUWw (ORCPT ); Sat, 9 Dec 2006 15:22:52 -0500 Date: Sat, 9 Dec 2006 22:22:44 +0200 From: Muli Ben-Yehuda To: Benjamin Herrenschmidt Cc: Jean Delvare , Andrew Morton , Paul Mackerras , Linux Kernel list Subject: Re: sysfs file creation result nightmare (WAS radeonfb: Fix sysfs_create_bin_file warnings) Message-ID: <20061209202244.GH3545@rhun.ibm.com> References: <20061209165606.2f026a6c.khali@linux-fr.org> <1165694351.1103.133.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1165694351.1103.133.camel@localhost.localdomain> User-Agent: Mutt/1.5.11 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Dec 10, 2006 at 06:59:10AM +1100, Benjamin Herrenschmidt wrote: > I'd really like to have some kind of macro or attribute or whatever I > can put on a function call to say that I'm purposefully ignoring the > error. Is there some gcc magic that can do that ? (void)bla()? Cheers, Muli