Files
fmt/include/fmt
Sean McBride f63afd161f Fixed all clang -Wsigned-enum-bitfield warnings (#2882)
Made enums involved in bitfields unsigned by specifying their underlying type as unsigned char.

Due to a bug, when specifying an underlying type, gcc < 9.3 warns about bitfields not being big enough to hold the enum, even though they are. So keep the plain enum for old gcc.

An example of the bug is here:

https://godbolt.org/z/58aEv8zEq
2022-05-09 11:03:51 -07:00
..
2022-02-05 10:44:34 -08:00
2022-03-14 20:37:46 -07:00
2022-03-17 10:55:02 -07:00
2022-04-24 07:43:02 -07:00
2022-04-12 09:30:29 -07:00
2021-09-06 13:32:33 -07:00