1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-12-26 14:00:23 +01:00
Files
u-boot-megous/board/socrates
Tom Rini 1f7efe82bd socrates: Fix a misleading indentation warning
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>
2017-05-12 08:37:22 -04:00
..
2016-01-19 08:31:21 -05:00