Dear Marek Vasut, In message <201111241814.34611.marek.va...@gmail.com> you wrote: > > > - char *name = 0; > > + __maybe_unused char *name = 0; > > I don't like this __maybe_unused stuff, it seems like you're hiding possible > errors.
I don't like it either, but there are cases where this is the cheapest way to get the code clean again, and still working. If you have a better proposal to make this file compile clean, without using __maybe_unused, then please post your patch. 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: w...@denx.de How come everyone's going so slow if it's called rush hour? _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot