]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[base16] Fix comparison of signed and unsigned integers
authorMichael Brown <mcb30@ipxe.org>
Tue, 12 Nov 2013 22:16:24 +0000 (22:16 +0000)
committerMichael Brown <mcb30@ipxe.org>
Thu, 14 Nov 2013 12:35:43 +0000 (12:35 +0000)
commit4f078801e9b2ad22b6dbd5e745ee9504b50186ac
tree49776c7e9372b2d23e0a63574502ab4db9ae4e3b
parentc3d1e7869731c8cccb041ce05ee0ebbb3dc375d5
[base16] Fix comparison of signed and unsigned integers

gcc 4.7.1 fails to report this erroneous comparison unless assertions
are enabled.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/core/base16.c