commit | 89a4d970ef2a74e921dcd717965a55baefd26eed | [log] [tgz] |
---|---|---|
author | Steve Magnani <steve.magnani@digidescorp.com> | Thu Oct 12 08:48:42 2017 -0500 |
committer | Jan Kara <jack@suse.cz> | Tue Oct 17 12:02:07 2017 +0200 |
tree | e53d37386c1b626e8a3322044741c9d9d34c189e | |
parent | fcbf7637e6647e00de04d4b2e05ece2484bb3062 [diff] |
udf: Fix some sign-conversion warnings Fix some warnings that appear when compiling with -Wconversion. A sub-optimal choice of variable type leads to warnings about conversion in both directions between unsigned and signed. Signed-off-by: Steven J. Magnani <steve@digidescorp.com> Signed-off-by: Jan Kara <jack@suse.cz>