aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tensorflow.bzl
diff options
context:
space:
mode:
authorGravatar Loo Rong Jie <loorongjie@gmail.com>2018-07-04 19:32:20 +0800
committerGravatar Loo Rong Jie <loorongjie@gmail.com>2018-07-04 19:32:20 +0800
commit86ad3363e18f7df3f86f30150f7b13d389c459e5 (patch)
tree5183e55c9d81dd5a2f5fb69098d93a16778a863f /tensorflow/tensorflow.bzl
parent3db3f1f83a562587cc207106258751d089c48ae4 (diff)
Suppress /wd4577 'noexcept with no exception handling mode' warning
Diffstat (limited to 'tensorflow/tensorflow.bzl')
-rw-r--r--tensorflow/tensorflow.bzl1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/tensorflow.bzl b/tensorflow/tensorflow.bzl
index c3bd854940..46d554a19d 100644
--- a/tensorflow/tensorflow.bzl
+++ b/tensorflow/tensorflow.bzl
@@ -186,6 +186,7 @@ def get_win_copts(is_external=False):
# Bazel to fix this.
# "/D_HAS_EXCEPTIONS=0",
# "/EHs-c-",
+ "/wd4577",
"/DNOGDI",
]
if is_external: