authorgravatar for jacobly@ziglang.orgJacob Young <jacobly@ziglang.org> 2023-04-20 10:30:27-04:00
committergravatar for jacobly@ziglang.orgJacob Young <jacobly@ziglang.org> 2023-04-21 16:36:31-04:00
logee9ef86d89767b06ecd3921a4a73e975f471921f
tree36200242f5853fa20ce82d41845888a15c29b29d
parenta1ed4bd7966b1a3283a2c03b1e0d7a1548dd3a0f

test: exclude the last warning from cbe tests


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,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 linux1031 // 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",