]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix -Wsign-compare warnings
authorEnji Cooper <ngie@FreeBSD.org>
Sat, 14 Jan 2017 04:09:01 +0000 (04:09 +0000)
committerEnji Cooper <ngie@FreeBSD.org>
Sat, 14 Jan 2017 04:09:01 +0000 (04:09 +0000)
commit5fea45956e719fabbd1cc392944172da3c2ecc88
tree67f382737f9e05565f7fbe186aa3af96e37bbc89
parent02820e5e4e69197a3816f11d8333bb5e277bfb12
Fix -Wsign-compare warnings

The loop index (i) doesn't need to be size_t as its comparison is signed

MFC after: 1 week
Sponsored by: Dell EMC Isilon
tests/sys/vm/mmap_test.c