diff options
author | cem <cem@FreeBSD.org> | 2016-05-19 17:21:24 +0000 |
---|---|---|
committer | cem <cem@FreeBSD.org> | 2016-05-19 17:21:24 +0000 |
commit | a553d8c7382d9de6c3975caea369c94069a05eaa (patch) | |
tree | 0ca15ec644ff12562a23deb65a6c5ffa2655471d /lib/libc | |
parent | ae68a36f744dc43af77b834a16b1144286564039 (diff) | |
download | FreeBSD-src-a553d8c7382d9de6c3975caea369c94069a05eaa.zip FreeBSD-src-a553d8c7382d9de6c3975caea369c94069a05eaa.tar.gz |
sys/vmmeter.h: Fix trivial '-Wsign-compare' warning in common header
Frankly, it doesn't make sense for vm_pageout_wakeup_thresh to have a negative
value (it is only ever set to a fraction of v_free_min, which is unsigned and
also obviously non-negative). But I'm not going to try and convert every
non-negative scalar in the VM to unsigned today, so just cast it for the
comparison.
Submitted by: Clang 3.3
Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'lib/libc')
0 files changed, 0 insertions, 0 deletions