Commit dbde7cc1 authored by Aaron Ballman's avatar Aaron Ballman
Browse files

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: default avatarIgor Kushnir <igorkuo@gmail.com>
parent 8f6c47b7
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment