From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp46.i.mail.ru (smtp46.i.mail.ru [94.100.177.106]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 9A59F469719 for ; Tue, 20 Oct 2020 18:40:36 +0300 (MSK) From: "Alexander V. Tikhonov" Date: Tue, 20 Oct 2020 18:40:27 +0300 Message-Id: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH v1 0/3] implement default compiler build with Werror List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kirill Yukhin Cc: tarantool-patches@dev.tarantool.org To implement default compiler build with Werror decided to use gcc-4.8.5 on CentOS 7. Also decided to use packages build process for it. 'ENABLE_WERROR' flag was added to packages build options spec file to enable Werror in packages builds. Also fixed issue with test/unit tests build which was found building with Werror flag. Github: https://github.com/tarantool/tarantool/tree/avtikhon/gh-4941-gcc-old Issue: https://github.com/tarantool/tarantool/issues/4941 Alexander V. Tikhonov (3): build: fix Werror warning in test/unit:fiber*.c* build: add Werror flag on packages builds gitlab-ci: test default gcc on CentOS 7 .gitlab-ci.yml | 7 +++++++ .gitlab.mk | 2 +- rpm/tarantool.spec | 1 + test/unit/CMakeLists.txt | 4 ---- 4 files changed, 9 insertions(+), 5 deletions(-) -- 2.25.1