mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +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
@ -2430,6 +2430,9 @@ pub fn addModuleTests(b: *std.Build, options: ModuleTestOptions) *Step {
|
|||||||
|
|
||||||
// spotted on darwin
|
// spotted on darwin
|
||||||
"-Wno-incompatible-pointer-types",
|
"-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
|
compile_c.addIncludePath(b.path("lib")); // for zig.h
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user