Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bazel: workaround invalid nonnull warning in v8 (#23765)
Since gcc 12 it seems there are some false positives around this warning. Upstream gcc reports: - https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107252 - https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100366 - https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106199 We can't use `--per_file_copt` in this case because we build this in the host configuration bazelbuild/bazel#12406 Upstream v8 report: https://bugs.chromium.org/p/v8/issues/detail?id=13441 Fixes #23692 Signed-off-by: Keith Smiley <keithbsmiley@gmail.com>
- Loading branch information