From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 26 Sep 2011 11:04:12 +0200 Subject: [U-Boot] [PATCH 1/7 V2] GCC4.6: Convert various empty macros to inline functions In-Reply-To: References: <1316996766-14248-1-git-send-email-marek.vasut@gmail.com> Message-ID: <201109261104.13082.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 04:39:42 AM Fabio Estevam wrote: > On Sun, Sep 25, 2011 at 9:26 PM, 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] > > Your commit log does not match your patch. "Fixes problems similar to the following ones" ... why not ? Cheers