diff options
author | cem <cem@FreeBSD.org> | 2016-05-19 17:54:14 +0000 |
---|---|---|
committer | cem <cem@FreeBSD.org> | 2016-05-19 17:54:14 +0000 |
commit | a17cbcde0a6c0d655fca3d82799c8d1ad343e666 (patch) | |
tree | 8d741137441533001ab4a3ee99af40033f842edf /cddl/contrib/dtracetoolkit/JavaScript/js_flow.d | |
parent | c1e1576b4917cf816d29173d41daf4d06e781ae4 (diff) | |
download | FreeBSD-src-a17cbcde0a6c0d655fca3d82799c8d1ad343e666.zip FreeBSD-src-a17cbcde0a6c0d655fca3d82799c8d1ad343e666.tar.gz |
vm/vm_page.h: Fix trivial '-Wpointer-sign' warning
pq_vcnt, as a count of real things, has no business being negative. It is only
ever initialized by a u_int counter.
The warning came from the atomic_add_int() in vm_pagequeue_cnt_add().
Rectify the warning by changing the variable to u_int. No functional change.
Suggested by: Clang 3.3
Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'cddl/contrib/dtracetoolkit/JavaScript/js_flow.d')
0 files changed, 0 insertions, 0 deletions