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 |