Searched hist:"1 f7efe82bdd5677500cc864ee53530d73367afab" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/board/socrates/ |
| H A D | socrates.c | 1f7efe82bdd5677500cc864ee53530d73367afab Tue May 09 02:14:19 UTC 2017 Tom Rini <trini@konsulko.com> 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>
|