We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b46412a commit 6d91cbcCopy full SHA for 6d91cbc
bazel/external/v8.patch
@@ -20,11 +20,14 @@ diff --git a/bazel/defs.bzl b/bazel/defs.bzl
20
index e957c0fad3..063627b72b 100644
21
--- a/bazel/defs.bzl
22
+++ b/bazel/defs.bzl
23
-@@ -131,6 +131,7 @@ def _default_args():
+@@ -131,6 +131,10 @@ def _default_args():
24
"-Wno-redundant-move",
25
"-Wno-return-type",
26
"-Wno-stringop-overflow",
27
+ "-Wno-nonnull",
28
++ "-Wno-error=pessimizing-move",
29
++ "-Wno-error=dangling-reference",
30
++ "-Wno-error=dangling-pointer=",
31
# Use GNU dialect, because GCC doesn't allow using
32
# ##__VA_ARGS__ when in standards-conforming mode.
33
"-std=gnu++17",
0 commit comments