From: Kirill Isakov Date: Tue, 15 Mar 2022 04:40:19 +0000 (+0600) Subject: Replace uint32_t bitfields with bool X-Git-Url: https://tinc-vpn.org/git/browse?a=commitdiff_plain;h=8c10a4131f19dc27b0bc56ef48ae481d1fa03cb0;hp=8c10a4131f19dc27b0bc56ef48ae481d1fa03cb0;p=tinc Replace uint32_t bitfields with bool This fixes a bunch of bugprone-narrowing-conversions from clang-tidy 12 or newer. ---