From 6b2f64a1a094d66e59090f52ae34be407c79a527 Mon Sep 17 00:00:00 2001 From: Lorenz Kästle Date: Fri, 28 Apr 2023 11:01:17 +0200 Subject: Be pedantic about c90 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 11823aee..0d06a0d0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,8 +15,8 @@ jobs: run: sudo apt-get install gettext - name: setup run: ./tools/setup - - name: CFLAGS="-Wall -Wextra -std=c90" configure - run: ./configure + - name: configure + run: CFLAGS="-Wall -Wextra -Werror=pedantic -std=c90" ./configure - name: make run: make -- cgit v1.2.3-74-g34f1