From 4c9558bda9bfa389e5720aff591a19e3624615c5 Mon Sep 17 00:00:00 2001 From: RadRussianRus Date: Tue, 14 Dec 2021 18:35:24 +0300 Subject: [PATCH] Temporary disabling -Werror flag --- .github/workflows/linux-kotato.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/linux-kotato.yml b/.github/workflows/linux-kotato.yml index 7157651aa..1d8c65d4b 100644 --- a/.github/workflows/linux-kotato.yml +++ b/.github/workflows/linux-kotato.yml @@ -494,8 +494,6 @@ jobs: ./configure.sh \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_C_FLAGS="-Werror" \ - -DCMAKE_CXX_FLAGS="-Werror" \ -DTDESKTOP_API_TEST=ON \ -DDESKTOP_APP_USE_PACKAGED_LAZY=ON \ -DDESKTOP_APP_QT6=OFF \