From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 3 Oct 2011 20:32:24 +0200 Subject: [U-Boot] [PATCH 1/7 V2] GCC4.6: Convert various empty macros to inline functions In-Reply-To: <1316996766-14248-1-git-send-email-marek.vasut@gmail.com> References: <1316996766-14248-1-git-send-email-marek.vasut@gmail.com> Message-ID: <201110032032.25013.marek.vasut@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Monday, September 26, 2011 02:26:00 AM Marek Vasut wrote: > Fixes problems similar to the following ones: > > cmd_date.c: In function ?do_date?: > cmd_date.c:50:6: warning: variable ?old_bus? set but not used > [-Wunused-but-set-variable] > > Signed-off-by: Marek Vasut > --- Wolfgang, can you please revert this patch ? It should get the PPCs building again, but I feel like it's more like hiding errors. As a temporary solution (until I come up with something better), this should work. I'll give a final confirmation that this fixes the problem after I do build on all PPC and ARM boards, but TQM823L builds fine.