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 9B79529579 for ; Wed, 5 Sep 2018 06:15:05 -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 GZK3_z0mI8xu for ; Wed, 5 Sep 2018 06:15:05 -0400 (EDT) Received: from smtp38.i.mail.ru (smtp38.i.mail.ru [94.100.177.98]) (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 DBCBF28CB3 for ; Wed, 5 Sep 2018 06:15:04 -0400 (EDT) Date: Wed, 5 Sep 2018 13:15:00 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH] Fix -Werror -Wimplicit-fallthrough build Message-ID: <20180905101500.dnlslolaycbcyee7@tarantool.org> References: <47969ef684b1bb3f4c93aa308a919f2b0758f9a6.1535989378.git.alexander.turenko@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <47969ef684b1bb3f4c93aa308a919f2b0758f9a6.1535989378.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 03 сен 19:16, Alexander Turenko wrote: > -Wimplicit-fallthrough is enabled by -Wextra on GCC 7, so it breaks our > Debug build with this version of the compiler. > > Fixes #3658. > --- > > branch: https://github.com/tarantool/tarantool/tree/Totktonada/gh-3658-fix-gcc-7 > issue: https://github.com/tarantool/tarantool/issues/3658 Checked into 2.0 branch as obvious. -- Regards, Kirill Yukhin