View | Details | Raw Unified | Return to bug 282166
Collapse All | Expand All

(-)b/devel/bazel5/files/extra-patch-upb_bazel_build__defs.bzl (-1 / +2 lines)
Lines 8-18 Link Here
8
         # copybara:strip_end
8
         # copybara:strip_end
9
     ],
9
     ],
10
 })
10
 })
11
@@ -49,6 +50,7 @@
11
@@ -49,6 +50,8 @@
12
         "-Werror=pedantic",
12
         "-Werror=pedantic",
13
         "-Wall",
13
         "-Wall",
14
         "-Wstrict-prototypes",
14
         "-Wstrict-prototypes",
15
+        "-Wno-gnu-offsetof-extensions",
15
+        "-Wno-gnu-offsetof-extensions",
16
+        "-Wno-c23-extensions",
16
         # GCC (at least) emits spurious warnings for this that cannot be fixed
17
         # GCC (at least) emits spurious warnings for this that cannot be fixed
17
         # without introducing redundant initialization (with runtime cost):
18
         # without introducing redundant initialization (with runtime cost):
18
         #   https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80635
19
         #   https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80635

Return to bug 282166