]> www.infradead.org Git - mtd-utils.git/commit
Enable further warning flags, address new warnings
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Wed, 1 Nov 2017 22:08:45 +0000 (23:08 +0100)
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Fri, 3 Nov 2017 18:41:32 +0000 (19:41 +0100)
commit03dafe3202372e557f7125dc8155cb1d564d1f5e
tree5e289dc97ea58422161586391d1255e4175365d9
parent0555cb2ea9bdc8e210e87e009154954a9bbc3a55
Enable further warning flags, address new warnings

mtd_debug: Remove a duplicate if case. MTD_CAP_NANDFLASH has only one
flag set (MTD_WRITEABLE). Directly below, we had a check for
MTD_WRITEABLE in the else branch which can't possible ever have
triggered. Checking for MTD_WRITEABLE in addition to the CAP constants
was probably not intended anyway, given the check for the individual
flags if all else fails.

integck: We already established that "r" is less than the number of
elements in the list, so the loop condition doesn't need to check
if w is NULL in addition. At least this way, the compiler "gets"
that w cannot be NULL below and doesn't issue warnings.

Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
configure.ac
misc-utils/mtd_debug.c
tests/fs-tests/integrity/integck.c