| author | |
| committer | |
| log | 3a5b7a31ff96da12ac966a9aec8ed0f0e721a78d |
| tree | efa03483637c9d54920406a19c4832ef5cb97eb8 |
| parent | 2cb412ff1b6f9cfe027f7534488a6616d3ddc64f |
| signature |
https://github.com/llvm/llvm-project/issues/1533141 files changed, 3 insertions(+), 0 deletions(-)
test/tests.zig+3| ... | ... | @@ -2430,6 +2430,9 @@ pub fn addModuleTests(b: *std.Build, options: ModuleTestOptions) *Step { |
| 2430 | 2430 | |
| 2431 | 2431 | // spotted on darwin |
| 2432 | 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 | 2438 | compile_c.addIncludePath(b.path("lib")); // for zig.h |