summaryrefslogtreecommitdiff
path: root/common/exports.c
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2020-05-09 17:59:19 +0200
committerHeinrich Schuchardt <xypron.glpk@gmx.de>2020-05-10 00:01:12 +0200
commitbdb15776f6d93a1fe7902346db06a2a9fd43381e (patch)
tree222b98e146dfef710631d71ec35dc5cd84232cc0 /common/exports.c
parentde699187b590dbc65b843dafc5b8cbea48d5b97a (diff)
cmd: efidebug: fix -Werror=type-limits warning
Compiling with -Wtype-limits yields: cmd/efidebug.c:968:32: error: comparison is always false due to limited range of data type [-Werror=type-limits] 968 | if (*endp != '\0' || bootnext > 0xffff) { | Remove the superfluous check. Fixes: 59df7e7e77e7 ("cmd: add efidebug command") Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'common/exports.c')
0 files changed, 0 insertions, 0 deletions