Skip to content

Commit

Permalink
Merge SVN 5169
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeclerck committed Jan 28, 2025
1 parent ac3d038 commit 2503958
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
run: |
cd _build
export CPPFLAGS="-DREAD_WRITE_NEEDS_FLUSH $CPPFLAGS"
export CFLAGS="-Wno-deprecated-non-prototype -Wno-parentheses-equality $CFLAGS"
export CFLAGS="-Wno-unused-command-line-argument -Wno-deprecated-non-prototype -Wno-parentheses-equality $CFLAGS"
../configure --with-${{ matrix.isam }} \
--with-indexed=${{ matrix.isam }} \
--enable-cobc-internal-checks \
Expand Down
4 changes: 2 additions & 2 deletions tests/testsuite.src/run_misc.at
Original file line number Diff line number Diff line change
Expand Up @@ -18362,13 +18362,13 @@ note: TooSmall2 has version 2.0.0
], [])

AT_DATA([testdata.h], [[
{ "TooSmall3", "3.2", 0 },
{ "TooSmall3", "3.4", 0 },
]])
AT_CHECK([$COMPILE -o small3 prog.c], [0], [], [])
AT_CHECK([$COBCRUN_DIRECT ./small3 2>small3.log], [1], [], [])
AT_CHECK([$GREP -v "libcob has" small3.log], [0],
[libcob: error: version mismatch
note: TooSmall3 has version 3.2.0
note: TooSmall3 has version 3.4.0
], [])

AT_DATA([testdata.h], [[
Expand Down

0 comments on commit 2503958

Please sign in to comment.