Skip to content

Commit 149a215

Browse files
committed
Remove redundant -Wno-unused-command-line-argument flag in MacOS CI, now in configure.ac
1 parent 137fb39 commit 149a215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
--enable-hardening \
7777
--prefix=/opt/cobol/gnucobol \
7878
CPPFLAGS="-DREAD_WRITE_NEEDS_FLUSH $CPPFLAGS" \
79-
CFLAGS="-Wno-unused-command-line-argument -Wno-parentheses-equality $CFLAGS"
79+
CFLAGS="-Wno-parentheses-equality $CFLAGS"
8080
8181
- name: Build GnuCOBOL
8282
run: make -C _build --jobs=$((${NPROC}+1))

0 commit comments

Comments
 (0)