mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
test: use -Wno-unterminated-string-initialization for cbe tests
https://github.com/llvm/llvm-project/issues/153314
This commit is contained in:
parent
2cb412ff1b
commit
3a5b7a31ff
1 changed files with 3 additions and 0 deletions
|
|
@ -2430,6 +2430,9 @@ pub fn addModuleTests(b: *std.Build, options: ModuleTestOptions) *Step {
|
|||
|
||||
// spotted on darwin
|
||||
"-Wno-incompatible-pointer-types",
|
||||
|
||||
// https://github.com/llvm/llvm-project/issues/153314
|
||||
"-Wno-unterminated-string-initialization",
|
||||
},
|
||||
});
|
||||
compile_c.addIncludePath(b.path("lib")); // for zig.h
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue