Mute sign compare warning by casting rc to u_int to match nbindings' type
authorngie <ngie@FreeBSD.org>
Sat, 14 May 2016 22:29:11 +0000 (22:29 +0000)
committerngie <ngie@FreeBSD.org>
Sat, 14 May 2016 22:29:11 +0000 (22:29 +0000)
commit744a15c63ac9cc9acd59aa832e504949c93d3924
tree62e7f2f64b45171ef5b127fe8b06300cbc13f69f
parentf1c0b0f41c0232912e97c0a1adbfe925b48723ea
Mute sign compare warning by casting rc to u_int to match nbindings' type

rc cannot be negative -- that was already tested for earlier on in
the function

MFC after: 1 week
Reported by: clang, gcc
Sponsored by: EMC / Isilon Storage Division
usr.sbin/bsnmpd/tools/bsnmptools/bsnmpget.c