Switch from int to unsigned int; NFC
This silences a GCC conversion diagnostic about assigning `1` to a
1-bit signed bit-field changing the value from `1` to `-1`.
Co-authored-by:
Igor Kushnir <igorkuo@gmail.com>
Loading
Please sign in to comment