Commit 3a5b7a31ff

Alex Rønne Petersen <alex@alexrp.com>
2025-07-22 21:36:51
test: use -Wno-unterminated-string-initialization for cbe tests
https://github.com/llvm/llvm-project/issues/153314
1 parent 2cb412f
Changed files (1)
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