diff options
Diffstat (limited to 'absl/copts.bzl')
-rw-r--r-- | absl/copts.bzl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/absl/copts.bzl b/absl/copts.bzl index e4b425b0..717f5a45 100644 --- a/absl/copts.bzl +++ b/absl/copts.bzl @@ -117,6 +117,7 @@ MSVC_FLAGS = [ "/W3", "/wd4005", # macro-redefinition "/wd4068", # unknown pragma + "/wd4180", # qualifier applied to function type has no meaning; ignored "/wd4244", # conversion from 'type1' to 'type2', possible loss of data "/wd4267", # conversion from 'size_t' to 'type', possible loss of data "/wd4800", # forcing value to bool 'true' or 'false' (performance warning) |