
21 Aug
2004
21 Aug
'04
11:53 a.m.
Hi,
Running ./MAKEALL pxa produces this warning with cradle board.
warning: deprecated use of label at end of compound statement
I'm supplying fix. Maintainer is CC'ed, just in case.
CHANGELOG: Patch by Hinko Kocevar, 21 Aug 2004: Fix compiler warning about label usage
regards, himba
--- u-boot/board/cradle/flash.c 2003-09-18 11:21:33.000000000 +0200 +++ lcd-u-boot/board/cradle/flash.c 2004-08-21 10:26:02.000000000 +0200 @@ -133,7 +133,7 @@ info++; }
-Done: +Done:; }
/*-----------------------------------------------------------------------