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 CA2032C119 for ; Fri, 5 Oct 2018 03:42:17 -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 xiQR19uSE5Mm for ; Fri, 5 Oct 2018 03:42:17 -0400 (EDT) Received: from smtp33.i.mail.ru (smtp33.i.mail.ru [94.100.177.93]) (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 888402B759 for ; Fri, 5 Oct 2018 03:42:17 -0400 (EDT) Date: Fri, 5 Oct 2018 10:42:14 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH] Fix RelWithDebInfoWError warnings on 2.0 Message-ID: <20181005074214.6p6kf3oswox22n2v@tarantool.org> References: <0713b50dce1fc8a955bbc2e625a6269fbb21b6a1.1537547498.git.alexander.turenko@tarantool.org> <98f903498d96e1f1e4e515dbcb7e6059c09fca52.1537547907.git.alexander.turenko@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <98f903498d96e1f1e4e515dbcb7e6059c09fca52.1537547907.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: > Fixed warnings from -Wunused-parameter, -Wunused-variable, > -Wunused-but-set-variable. > > Fixed -Wsometimes-uninitialized on clang in where.c. > > Removed -Wall -Wextra -Werror from SQL CMakeLists.txt, because it is set > by tarantool itself and is redundant. > > Fixes #3238. > --- > > branch: https://github.com/tarantool/tarantool/tree/Totktonada/gh-3238-add-werror-for-ci-2.0 > issue: https://github.com/tarantool/tarantool/issues/3238 Patch is OK. I've pushed it into 2.0 branch. -- Regards, Kirill Yukhin