From f847392e048bb0223bea7606a46e848025dc90a6 Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" Date: Wed, 21 May 2025 12:27:31 +0200 Subject: [PATCH] GHA: Linux: forbid compiler warnings --- .github/workflows/linux.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/linux.bash b/.github/workflows/linux.bash index 6c4240d1a..75883cc91 100755 --- a/.github/workflows/linux.bash +++ b/.github/workflows/linux.bash @@ -101,6 +101,7 @@ cd /icinga2/build cmake \ -GNinja \ + -DCMAKE_CXX_FLAGS=-Werror \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DICINGA2_UNITY_BUILD=ON \ -DUSE_SYSTEMD=ON \