Handle all MSVC warnings

Summary: related to T13409

Reviewers: ivica

Reviewed By: ivica

Subscribers: miljen, iljazovic

Differential Revision: https://repo.mireo.local/D27152
This commit is contained in:
Korina Šimičević
2024-01-02 11:40:53 +01:00
parent 7c0b9042d1
commit 794c72cb44
21 changed files with 43 additions and 33 deletions

View File

@@ -351,7 +351,7 @@ inline std::string encode_pingreq() {
basic::flag<4>(0);
auto remaining_len_ =
basic::byte_(0);
basic::byte_(uint8_t(0));
auto ping_req_ = packet_type_ & remaining_len_;
@@ -364,7 +364,7 @@ inline std::string encode_pingresp() {
basic::flag<4>(0);
auto remaining_len_ =
basic::byte_(0);
basic::byte_(uint8_t(0));
auto ping_resp_ = packet_type_ & remaining_len_;