Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed all clang -Wsigned-enum-bitfield warnings
Made enums involved in bitfields unsigned. Used unsigned char specifically because gcc before 9.3 seems to have a bug where it warns about bitfields not being big enough to hold the enum, even though they are.
- Loading branch information