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)
commit8c10a4131f19dc27b0bc56ef48ae481d1fa03cb0
tree9a59247647df72c2174e0de678feb01558ffb7f4
parent856bbfd27e879be76dfa1e52fff90a958cac9551
Replace uint32_t bitfields with bool

This fixes a bunch of bugprone-narrowing-conversions from clang-tidy 12
or newer.
src/connection.h
src/node.h