From 3e700c7bdc74e9560a2b482209c01044b8603bb9 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Wed, 1 Jun 2022 02:21:57 +0300 Subject: [PATCH 49/49] Msys2: Remove -Werror from snapshot build CXXFLAGS See osdn #44718 Signed-off-by: Marko Lindqvist --- windows/installer_msys2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/installer_msys2/Makefile b/windows/installer_msys2/Makefile index 55d6c88cef..ee9337720b 100644 --- a/windows/installer_msys2/Makefile +++ b/windows/installer_msys2/Makefile @@ -91,7 +91,7 @@ ruledit-installer-qt6: # launched from this target will pick correct value. snapshot: cd ../.. ; ./autogen.sh --no-configure-run - make VERSION_REVTYPE="git" EXTRA_CONFIG="--enable-gitrev --with-project-definition=../../../bootstrap/snapshot.project CFLAGS=\\\"-Werror $$CFLAGS\\\" CXXFLAGS=\\\"-Werror $$CXXFLAGS\\\"" all + make VERSION_REVTYPE="git" EXTRA_CONFIG="--enable-gitrev --with-project-definition=../../../bootstrap/snapshot.project CFLAGS=\\\"-Werror $$CFLAGS\\\" CXXFLAGS=\\\"$$CXXFLAGS\\\"" all ci: cd ../.. ; ./autogen.sh --no-configure-run -- 2.35.1