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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'build_files/build_environment/patches/openimageio_idiff.diff')
-rw-r--r--build_files/build_environment/patches/openimageio_idiff.diff13
1 files changed, 0 insertions, 13 deletions
diff --git a/build_files/build_environment/patches/openimageio_idiff.diff b/build_files/build_environment/patches/openimageio_idiff.diff
deleted file mode 100644
index ae1884f76b5..00000000000
--- a/build_files/build_environment/patches/openimageio_idiff.diff
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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)