Skip to content
Snippets Groups Projects
Commit 9398b8ce authored by Tom Rini's avatar Tom Rini
Browse files

cmd/io.c: Fix comparison of unsigned expression warning


The function cmd_get_data_size() returns an int and not unsigned.  So we
should assign it to an int rather than unsigned so that we can later
compare the return value.  Reported by clang-3.8.

Signed-off-by: default avatarTom Rini <trini@konsulko.com>
parent b37483c4
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment