mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-13 09:38:06 +08:00
13 lines
451 B
Diff
13 lines
451 B
Diff
|
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_
|
||
|
|