mirror of https://github.com/davisking/dlib.git
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.
This commit is contained in:
parent
b79a29f1ef
commit
2ed4c6924d
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue