mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
46f46fd48e
Clang interpretes an if condition like "if ((a = b) == NULL) as it tries to assign a value in a statement. Hence if you do "if ((something)) it warns you that you might be confused. Hence drop the double braces for plane if statements. Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl> |
||
---|---|---|
.. | ||
compr_lzo.c | ||
compr_rtime.c | ||
compr_rubin.c | ||
compr_zlib.c | ||
jffs2_1pass.c | ||
jffs2_nand_1pass.c | ||
jffs2_nand_private.h | ||
jffs2_private.h | ||
LICENCE | ||
Makefile | ||
mini_inflate.c | ||
summary.h |