We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6698c4b commit 3fb6825Copy full SHA for 3fb6825
.github/workflows/macos.yml
@@ -52,6 +52,7 @@ jobs:
52
- name: configure
53
run: |
54
cd _build
55
+ export CFLAGS="-Wno-unused-command-line-argument $CFLAGS"
56
../configure --enable-cobc-internal-checks \
57
--enable-hardening \
58
--with-curses=ncurses \
0 commit comments