We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23b8833 commit 74ed8d3Copy full SHA for 74ed8d3
.github/workflows/build.yml
@@ -35,4 +35,4 @@ jobs:
35
--with-ossp-uuid --with-libxml --with-libxslt --with-perl \
36
--with-icu --with-libnuma --enable-injection-points
37
- name: compile
38
- run: make
+ run: make CFLAGS="$CFLAGS -Werror -Wshadow"
0 commit comments