diff options
| author | Jacob Young <jacobly0@users.noreply.github.com> | 2023-04-20 10:30:27 -0400 |
|---|---|---|
| committer | Jacob Young <jacobly0@users.noreply.github.com> | 2023-04-21 16:36:31 -0400 |
| commit | ee9ef86d89767b06ecd3921a4a73e975f471921f (patch) | |
| tree | 36200242f5853fa20ce82d41845888a15c29b29d | |
| parent | a1ed4bd7966b1a3283a2c03b1e0d7a1548dd3a0f (diff) | |
| download | zig-ee9ef86d89767b06ecd3921a4a73e975f471921f.tar.gz zig-ee9ef86d89767b06ecd3921a4a73e975f471921f.zip | |
test: exclude the last warning from cbe tests
| -rw-r--r-- | test/tests.zig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/tests.zig b/test/tests.zig index 39ae62789e..b1d442b5c8 100644 --- a/test/tests.zig +++ b/test/tests.zig @@ -1026,6 +1026,8 @@ pub fn addModuleTests(b: *std.Build, options: ModuleTestOptions) *Step { "-std=c99", "-pedantic", "-Werror", + // TODO stop violating these pedantic errors. spotted everywhere + "-Wno-builtin-requires-header", // TODO stop violating these pedantic errors. spotted on linux "-Wno-address-of-packed-member", "-Wno-gnu-folding-constant", |
