mirror of
https://github.com/boostorg/mqtt5.git
synced 2025-10-04 12:50:54 +02:00
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:
@@ -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_;
|
||||
|
||||
|
Reference in New Issue
Block a user