From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 472EA2B759 for ; Fri, 5 Oct 2018 03:21:01 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lKeJVZdfYn1H for ; Fri, 5 Oct 2018 03:21:01 -0400 (EDT) Received: from smtp50.i.mail.ru (smtp50.i.mail.ru [94.100.177.110]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id 058A92B435 for ; Fri, 5 Oct 2018 03:21:00 -0400 (EDT) Date: Fri, 5 Oct 2018 10:20:55 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH] Add -Werror for CI (1.10 part) Message-ID: <20181005072055.kvtzwi2and65mmbj@tarantool.org> References: <20180921123529.brpmozsogtdv53p2@tkn_work_nb> <0713b50dce1fc8a955bbc2e625a6269fbb21b6a1.1537547498.git.alexander.turenko@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <0713b50dce1fc8a955bbc2e625a6269fbb21b6a1.1537547498.git.alexander.turenko@tarantool.org> Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-subscribe: List-owner: List-post: List-archive: To: Alexander Turenko Cc: tarantool-patches@freelists.org Hello, On 21 Sep 19:41, Alexander Turenko wrote: > Added MAKE_BUILD_TYPE=RelWithDebInfoWError option, which means enabling > -DNDEBUG=1, -O2 and -Wall -Wextra -Werror. This ensures we have clean > release build without warnings. > > Fixed found -Wunused-variable and -Wunused-parameter warnings. > > Part of #3238. > --- > > branch: https://github.com/tarantool/tarantool/tree/Totktonada/gh-3238-add-werror-for-ci-1.10 > issue: https://github.com/tarantool/tarantool/issues/3238 Patch pushed to 1.10 branch. -- Regards, Kirill Yukhin XS