Welcome to mirror list, hosted at ThFree Co, Russian Federation.

openimageio_idiff.diff « patches « build_environment « build_files - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ae1884f76b5542d4d75bdb2589e30440b98c300b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- idiff.cpp	2016-11-18 11:42:01 -0700
+++ idiff.cpp	2016-11-18 11:41:25 -0700
@@ -308,8 +308,10 @@
 // printed with three digit exponent. We change this behaviour to fit
 // Linux way
 #ifdef _MSC_VER
+#if _MSC_VER < 1900
                 _set_output_format(_TWO_DIGIT_EXPONENT);
 #endif
+#endif
                 std::streamsize precis = std::cout.precision();
                 std::cout << "  " << cr.nwarn << " pixels (" 
                           << std::setprecision(3) << (100.0*cr.nwarn / npels)