about summary refs log tree commit diff
path: root/absl/copts.bzl
diff options
context:
space:
mode:
Diffstat (limited to 'absl/copts.bzl')
-rw-r--r--absl/copts.bzl1
1 files changed, 1 insertions, 0 deletions
diff --git a/absl/copts.bzl b/absl/copts.bzl
index e4b425b08e71..717f5a457b4d 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)