| ... | @@ -2430,6 +2430,9 @@ pub fn addModuleTests(b: *std.Build, options: ModuleTestOptions) *Step { | ... | @@ -2430,6 +2430,9 @@ pub fn addModuleTests(b: *std.Build, options: ModuleTestOptions) *Step { |
| 2430 | | 2430 | |
| 2431 | // spotted on darwin | 2431 | // spotted on darwin |
| 2432 | "-Wno-incompatible-pointer-types", | 2432 | "-Wno-incompatible-pointer-types", |
| | 2433 | |
| | 2434 | // https://github.com/llvm/llvm-project/issues/153314 |
| | 2435 | "-Wno-unterminated-string-initialization", |
| 2433 | }, | 2436 | }, |
| 2434 | }); | 2437 | }); |
| 2435 | compile_c.addIncludePath(b.path("lib")); // for zig.h | 2438 | compile_c.addIncludePath(b.path("lib")); // for zig.h |