From 3a5b7a31ff96da12ac966a9aec8ed0f0e721a78d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Tue, 22 Jul 2025 21:36:51 +0200 Subject: [PATCH] test: use -Wno-unterminated-string-initialization for cbe tests https://github.com/llvm/llvm-project/issues/153314 --- test/tests.zig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/tests.zig b/test/tests.zig index 834507bb90..ef96a662fb 100644 --- a/test/tests.zig +++ b/test/tests.zig @@ -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