Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vshymanskyy committed Jan 15, 2024
1 parent 2e80356 commit 79058d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
CFLAGS: ${{ matrix.config.cflags }}
run: |
${CC} -O3 -std=c99 -Wall -Wextra -Werror -pedantic \
-Wno-unused-parameter ${CFLAGS} \
-Wno-unused-function -Wno-unused-parameter ${CFLAGS} \
-I src src/*.c test/c99.c \
-o /dev/null

0 comments on commit 79058d5

Please sign in to comment.