From mboxrd@z Thu Jan 1 00:00:00 1970 From: Catalin Marinas Date: Thu, 27 Jan 2005 09:47:10 +0000 Subject: [U-Boot-Users] Re: smc91111.c : error: label at end of compound statement In-Reply-To: <20050127063951.66064.qmail@web53603.mail.yahoo.com> (Komal Shah's message of "Wed, 26 Jan 2005 22:39:51 -0800 (PST)") References: <20050127063951.66064.qmail@web53603.mail.yahoo.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Komal Shah writes: > smc_phy_configure_exit: > } > ----------snip-------------- > > It seems to me that no one there tried the above > combination. Simple solution is to put some dummy > varibale initialisation _or_ is there any compiler > switch to make it as warning. It is even simpler to just put a semicolon after this label. Catalin