mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 06:00:30 -04:00
ChangeLog: https://blog.bazel.build/2022/01/19/bazel-5.0.html PR: 261363 Reported by: aehlig@linta.de (maintainer)
10 lines
356 B
Python
10 lines
356 B
Python
--- bazel/build_defs.bzl.orig 2022-01-20 13:04:32.306692000 +0100
|
|
+++ bazel/build_defs.bzl 2022-01-20 13:05:02.002057000 +0100
|
|
@@ -35,6 +35,7 @@
|
|
# "-Wshorten-64-to-32", # not in GCC (and my Kokoro images doesn't have Clang)
|
|
"-Werror",
|
|
"-Wno-long-long",
|
|
+ "-Wno-deprecated-copy",
|
|
# copybara:strip_end
|
|
],
|
|
})
|