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 fe09901 commit 5611632Copy full SHA for 5611632
.github/workflows/main.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Generate build files
40
run: phpize
41
- name: Configure build
42
- run: CFLAGS="-Wall -fno-strict-aliasing" ./configure --with-yaml
+ run: CFLAGS="-Werror -Wall -fno-strict-aliasing" ./configure --with-yaml
43
- name: Report gcc problems
44
uses: ammaraskar/gcc-problem-matcher@master
45
- name: Build
0 commit comments