Skip to content

Commit df78cf2

Browse files
committed
fix build error, remove warning check
1 parent 44ffc42 commit df78cf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
--with-ossp-uuid --with-libxml --with-libxslt --with-perl \
3636
--with-icu
3737
- name: compile
38-
run: make CFLAGS="$CFLAGS -Wshadow=compatible-local -Werror=missing-variable-declarations -Werror=maybe-uninitialized -Werror=unused-value -Werror=unused-but-set-variable -Werror=missing-prototypes -Werror=unused-variable"
38+
run: make

0 commit comments

Comments
 (0)