From eee619b9e6e621817ebd8a45f73c4133482359b3 Mon Sep 17 00:00:00 2001 From: bbhtt Date: Wed, 13 May 2026 18:38:23 +0530 Subject: [PATCH] ci: Exercise -Werror in CI --- .github/workflows/check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 188bd938..9cc59d12 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -30,7 +30,7 @@ jobs: CC: ${{ matrix.compiler }} BASE_CFLAGS: -Wp,-D_FORTIFY_SOURCE=2 BUILDDIR: builddir - CONFIG_OPTS: -Dinstalled_tests=true + CONFIG_OPTS: -Dwerror=true -Dinstalled_tests=true steps: - name: Check out flatpak-builder