aboutsummaryrefslogtreecommitdiff
path: root/ports/tensorflow-common/fix-windows-build.patch
blob: 89536836fccf77282bedfaeeb0b385045f6a6829 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/core/platform/default/logging.h b/core/platform/default/logging.h
--- a/tensorflow/core/platform/default/logging.h
+++ b/tensorflow/core/platform/default/logging.h
@@ -13,6 +13,8 @@
 limitations under the License.
 ==============================================================================*/

+#pragma warning(disable:4716)
+
 #ifndef TENSORFLOW_CORE_PLATFORM_DEFAULT_LOGGING_H_
 #define TENSORFLOW_CORE_PLATFORM_DEFAULT_LOGGING_H_