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 3c23e51 commit 8d8d752Copy full SHA for 8d8d752
.github/workflows/linux_and_macos.yml
@@ -162,7 +162,7 @@ jobs:
162
163
${MAKE} --version 2>/dev/null || true
164
165
- CFLAGS="-std=c99 -pedantic -Werror ${sanitizer} -O1" LDFLAGS="${as_needed} ${sanitizer}" ${MAKE}
+ CFLAGS="-std=c99 -pedantic -Werror -Wno-error=maybe-uninitialized ${sanitizer} -O1" LDFLAGS="${as_needed} ${sanitizer}" ${MAKE}
166
167
- name: 'Install'
168
env:
0 commit comments