[PATCH] Fix 'unsigned' < 0 checks
Using "-W" found a few places that should probably use signed variables since they can contain (and check for) negative error values.
Showing
Please register or sign in to comment
Using "-W" found a few places that should probably use signed variables since they can contain (and check for) negative error values.