
12 May
2017
12 May
'17
7:21 p.m.
On Mon, May 08, 2017 at 10:14:19PM -0400, Tom Rini wrote:
With gcc-6 and later we see a warning about the fact that we have a construct of "if (test);\n\tstatement". Upon reviewing the code, the intention here is as the compiler suggests, we only want to execute the indented statement if the test was true.
Cc: Sergei Poselenov sposelenov@emcraft.com Signed-off-by: Tom Rini trini@konsulko.com
Applied to u-boot/master, thanks!
--
Tom