ports/devel/bazel/files/extra-patch-upb_bazel_build__defs.bzl
Charlie Li ecc3c569d8
devel/bazel: update to 6.2.0
BROKEN entries removed for now, feel free to report or re-add

Event: Kitchener-Waterloo Hackathon 202305
2023-05-25 20:55:53 -04:00

10 lines
322 B
Python

--- bazel/build_defs.bzl.orig 2022-06-21 20:39:47 UTC
+++ bazel/build_defs.bzl
@@ -36,6 +36,7 @@ _DEFAULT_CPPOPTS.extend([
# "-Wshorten-64-to-32", # not in GCC (and my Kokoro images doesn't have Clang)
"-Werror",
"-Wno-long-long",
+ "-Wno-deprecated-copy",
])
_DEFAULT_COPTS.extend([
"-std=c99",