authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-07-22 21:36:51+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-08-30 06:36:41+02:00
log3a5b7a31ff96da12ac966a9aec8ed0f0e721a78d
treeefa03483637c9d54920406a19c4832ef5cb97eb8
parent2cb412ff1b6f9cfe027f7534488a6616d3ddc64f
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

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

https://github.com/llvm/llvm-project/issues/153314

1 files changed, 3 insertions(+), 0 deletions(-)

test/tests.zig+3
......@@ -2430,6 +2430,9 @@ pub fn addModuleTests(b: *std.Build, options: ModuleTestOptions) *Step {
24302430
24312431 // spotted on darwin
24322432 "-Wno-incompatible-pointer-types",
2433
2434 // https://github.com/llvm/llvm-project/issues/153314
2435 "-Wno-unterminated-string-initialization",
24332436 },
24342437 });
24352438 compile_c.addIncludePath(b.path("lib")); // for zig.h