From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Fri, 02 Dec 2011 00:16:02 +0100 Subject: [U-Boot] [PATCH 10/14] board/mpl/common/flash.c: Fix GCC 4.6 build warning In-Reply-To: <1322641077-829-11-git-send-email-wd@denx.de> References: <1322641077-829-1-git-send-email-wd@denx.de> <1322641077-829-11-git-send-email-wd@denx.de> Message-ID: <20111201231602.ABC2282325@gemini.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Wolfgang Denk, In message <1322641077-829-11-git-send-email-wd@denx.de> you wrote: > Fix: > ../common/flash.c: In function 'flash_init': > ../common/flash.c:160:16: warning: variable 'size_b1' set but not used > [-Wunused-but-set-variable] > > Signed-off-by: Wolfgang Denk > Cc: Denis Peter > --- > ERROR: space required after that ',' (ctx:VxV) > #26: FILE: board/mpl/common/flash.c:160: > + unsigned long flashcr,size_reg; > ^ > > total: 1 errors, 0 warnings, 15 lines checked > > NOTE: Ignored message types: COMPLEX_MACRO CONSIDER_KSTRTO MINMAX MULTISTATEMENT_MACRO_USE_DO_WHILE > > Error ignored. No further cleanup attempted. > > board/mpl/common/flash.c | 3 +-- > 1 files changed, 1 insertions(+), 2 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de Make it right before you make it faster.