Skip to content

Commit 8d8d752

Browse files
committed
fix gh actions
1 parent 3c23e51 commit 8d8d752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux_and_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
163163
${MAKE} --version 2>/dev/null || true
164164
165-
CFLAGS="-std=c99 -pedantic -Werror ${sanitizer} -O1" LDFLAGS="${as_needed} ${sanitizer}" ${MAKE}
165+
CFLAGS="-std=c99 -pedantic -Werror -Wno-error=maybe-uninitialized ${sanitizer} -O1" LDFLAGS="${as_needed} ${sanitizer}" ${MAKE}
166166
167167
- name: 'Install'
168168
env:

0 commit comments

Comments
 (0)