| ... | @@ -1026,6 +1026,8 @@ pub fn addModuleTests(b: *std.Build, options: ModuleTestOptions) *Step { | ... | @@ -1026,6 +1026,8 @@ pub fn addModuleTests(b: *std.Build, options: ModuleTestOptions) *Step { |
| 1026 | "-std=c99", | 1026 | "-std=c99", |
| 1027 | "-pedantic", | 1027 | "-pedantic", |
| 1028 | "-Werror", | 1028 | "-Werror", |
| | 1029 | // TODO stop violating these pedantic errors. spotted everywhere |
| | 1030 | "-Wno-builtin-requires-header", |
| 1029 | // TODO stop violating these pedantic errors. spotted on linux | 1031 | // TODO stop violating these pedantic errors. spotted on linux |
| 1030 | "-Wno-address-of-packed-member", | 1032 | "-Wno-address-of-packed-member", |
| 1031 | "-Wno-gnu-folding-constant", | 1033 | "-Wno-gnu-folding-constant", |