mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Suppress and document websocket warning C4309
This commit is contained in:
@@ -288,7 +288,8 @@ public:
|
||||
}
|
||||
|
||||
msg->set_header(std::string(1,0x00));
|
||||
|
||||
|
||||
// VFALCO: TODO fix this warning C4309 "truncation of constant value"
|
||||
msg->append_payload(std::string(1,0xFF));
|
||||
|
||||
msg->set_prepared(true);
|
||||
|
||||
Reference in New Issue
Block a user