We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 137fb39 commit 149a215Copy full SHA for 149a215
.github/workflows/macos.yml
@@ -76,7 +76,7 @@ jobs:
76
--enable-hardening \
77
--prefix=/opt/cobol/gnucobol \
78
CPPFLAGS="-DREAD_WRITE_NEEDS_FLUSH $CPPFLAGS" \
79
- CFLAGS="-Wno-unused-command-line-argument -Wno-parentheses-equality $CFLAGS"
+ CFLAGS="-Wno-parentheses-equality $CFLAGS"
80
81
- name: Build GnuCOBOL
82
run: make -C _build --jobs=$((${NPROC}+1))
0 commit comments