diff options
Diffstat (limited to 'absl')
-rw-r--r-- | absl/copts.bzl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/absl/copts.bzl b/absl/copts.bzl index 0168ac5abddc..259de30c2358 100644 --- a/absl/copts.bzl +++ b/absl/copts.bzl @@ -116,7 +116,6 @@ LLVM_TEST_FLAGS = [ MSVC_FLAGS = [ "/W3", - "/WX", "/wd4005", # macro-redefinition "/wd4068", # unknown pragma "/wd4244", # conversion from 'type1' to 'type2', possible loss of data |