Commit c595039c authored by Davis King's avatar Davis King

Fixed warning in visual studio

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402825
parent dfcd459e
...@@ -132,7 +132,7 @@ int main() ...@@ -132,7 +132,7 @@ int main()
tsu_type msg; tsu_type msg;
// Treat our msg as a float and assign it 4.567 // Treat our msg as a float and assign it 4.567
msg.get<float>() = 4.567; msg.get<float>() = 4.567f;
// Now put the message into the pipe // Now put the message into the pipe
pe.message_pipe.enqueue(msg); pe.message_pipe.enqueue(msg);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment