| author | |
| committer | |
| log | ee9ef86d89767b06ecd3921a4a73e975f471921f |
| tree | 36200242f5853fa20ce82d41845888a15c29b29d |
| parent | a1ed4bd7966b1a3283a2c03b1e0d7a1548dd3a0f |
1 files changed, 2 insertions(+), 0 deletions(-)
test/tests.zig+2| ... | ... | @@ -1026,6 +1026,8 @@ pub fn addModuleTests(b: *std.Build, options: ModuleTestOptions) *Step { |
| 1026 | 1026 | "-std=c99", |
| 1027 | 1027 | "-pedantic", |
| 1028 | 1028 | "-Werror", |
| 1029 | // TODO stop violating these pedantic errors. spotted everywhere | |
| 1030 | "-Wno-builtin-requires-header", | |
| 1029 | 1031 | // TODO stop violating these pedantic errors. spotted on linux |
| 1030 | 1032 | "-Wno-address-of-packed-member", |
| 1031 | 1033 | "-Wno-gnu-folding-constant", |