Skip to content

Commit

Permalink
attempt to suppress unsued variable warning in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaceves committed Jun 18, 2024
1 parent ed2de33 commit 9e6b77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- name: autoconf
run: ./autogen.sh
- name: configure
run: ./configure
run: ./configure CFLAGS="-Wno-unused-but-set-variable"
- name: make
run: make
- name: make check
Expand Down

0 comments on commit 9e6b77f

Please sign in to comment.