Skip to content

Commit

Permalink
bnfc-system-tests: C: turn off a warning for newer bison
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Apr 28, 2024
1 parent 62df3d5 commit 62398af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/src/ParameterizedTests.hs
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ parameters = concat
, [ TP { tpName = "C"
, tpBnfcOptions = ["--c"]
, tpBuild = do
let flags = "CC_OPTS=-Wstrict-prototypes -Werror"
let flags = "CC_OPTS=-Wstrict-prototypes -Wno-sign-compare -Werror"
tpMake [flags]
tpMake [flags, "Skeleton.o"]
, tpRunTestProg = \ lang args -> do
Expand Down

0 comments on commit 62398af

Please sign in to comment.