From ee9ef86d89767b06ecd3921a4a73e975f471921f Mon Sep 17 00:00:00 2001 From: Jacob Young Date: Thu, 20 Apr 2023 10:30:27 -0400 Subject: [PATCH] test: exclude the last warning from cbe tests --- test/tests.zig | 2 ++ 1 file changed, 2 insertions(+) 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",