mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-29 15:35:50 +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