Commit 2ed4c692 authored by Sacha's avatar Sacha Committed by Davis E. King

Remove redundant line (#1453)

With C++17 enabled on VS15.6+, this triggered a nodiscard warning which led to failed builds when warnings as errors is enabled.
parent b79a29f1
......@@ -150,7 +150,7 @@ namespace dlib
double seconds = delta_t/delta_val * std::abs(target_val - cur);
std::ios::fmtflags oldflags = std::cout.flags();
std::cout.flags();
std::cout.setf(std::ios::fixed,std::ios::floatfield);
std::streamsize ss;
......
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