Suppress and document websocket warning C4309

This commit is contained in:
Vinnie Falco
2013-06-02 08:45:06 -07:00
parent cd3195d901
commit 70df832967
4 changed files with 14 additions and 11 deletions

View File

@@ -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);