Replace uint32_t bitfields with bool
authorKirill Isakov <bootctl@gmail.com>
Tue, 15 Mar 2022 04:40:19 +0000 (10:40 +0600)
committerKirill Isakov <bootctl@gmail.com>
Tue, 15 Mar 2022 04:40:19 +0000 (10:40 +0600)
This fixes a bunch of bugprone-narrowing-conversions from clang-tidy 12
or newer.


No differences found