Commit efe29d0b authored by Davis King's avatar Davis King

Changed the code to avoid a compiler warning.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402578
parent 1a369c1c
......@@ -90,6 +90,8 @@ namespace dlib
queue_base left, right;
T partition_element;
T temp;
// do this just to avoid a compiler warning
assign_zero_if_built_in_scalar_type(temp);
queue.dequeue(partition_element);
......
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