Commit ee9ef86d89

Jacob Young <jacobly0@users.noreply.github.com>
2023-04-20 16:30:27
test: exclude the last warning from cbe tests
1 parent a1ed4bd
Changed files (1)
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",