From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 27673DDE33 for ; Fri, 17 Aug 2007 00:03:47 +1000 (EST) In-Reply-To: <1187251702.8375.43.camel@concordia.ozlabs.ibm.com> References: <1187251702.8375.43.camel@concordia.ozlabs.ibm.com> Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: From: Segher Boessenkool Subject: Re: [PATCH] [POWERPC] Invalid semicolon after if statement Date: Thu, 16 Aug 2007 16:03:29 +0200 To: michael@ellerman.id.au Cc: =?ISO-8859-1?Q?Ilpo_J=E4rvinen?= , linuxppc-dev@ozlabs.org, paulus@samba.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > Thanks to the frickin compiler for warning us, not. 4.3: "warning: suggest braces around empty body in an 'if' statement" 4.1: "warning: empty body in an if-statement" Your GCC is too old :-) Segher