Skip to content

Commit 3fb6825

Browse files
committed
Fix MacOS CI
1 parent 6698c4b commit 3fb6825

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/macos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
- name: configure
5353
run: |
5454
cd _build
55+
export CFLAGS="-Wno-unused-command-line-argument $CFLAGS"
5556
../configure --enable-cobc-internal-checks \
5657
--enable-hardening \
5758
--with-curses=ncurses \

0 commit comments

Comments
 (0)