From 288910c87e70d6de56e5e4a79eded3d5c4e3ee4c Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Tue, 9 Jan 2024 21:42:57 +0100 Subject: [PATCH] linux_and_macos.yml: Compile with -std=c99 instead of -std=gnu99 --- .github/workflows/linux_and_macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux_and_macos.yml b/.github/workflows/linux_and_macos.yml index 9970624..92d68b4 100644 --- a/.github/workflows/linux_and_macos.yml +++ b/.github/workflows/linux_and_macos.yml @@ -124,7 +124,7 @@ jobs: ${MAKE} --version 2>/dev/null || true - CFLAGS="-std=gnu99 -pedantic -Werror ${sanitizer} -O1" LDFLAGS="${as_needed} ${sanitizer}" ${MAKE} + CFLAGS="-std=c99 -pedantic -Werror ${sanitizer} -O1" LDFLAGS="${as_needed} ${sanitizer}" ${MAKE} - name: 'Install' env: