Skip to content

Commit 74ed8d3

Browse files
committed
CI not ignore warning, with make -Werror -Wshadow
1 parent 23b8833 commit 74ed8d3

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 --with-libnuma --enable-injection-points
3737
- name: compile
38-
run: make
38+
run: make CFLAGS="$CFLAGS -Werror -Wshadow"

0 commit comments

Comments
 (0)