test: use -Wno-unterminated-string-initialization for cbe tests

https://github.com/llvm/llvm-project/issues/153314
This commit is contained in:
Alex Rønne Petersen 2025-07-22 21:36:51 +02:00
parent 2cb412ff1b
commit 3a5b7a31ff
No known key found for this signature in database

View File

@ -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