Fix warnings for page_header_get_field() comparisons
The type uint16_t is apparently promoted to int in a comparison, causing a sign mismatch when comparing to ulint. Convert to ulint before comparison.
Showing
Please register or sign in to comment