From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp58.i.mail.ru (smtp58.i.mail.ru [217.69.128.38]) (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 89E0145C304 for ; Wed, 16 Dec 2020 14:47:46 +0300 (MSK) Date: Wed, 16 Dec 2020 11:47:42 +0000 From: Kirill Yukhin Message-ID: <20201216114742.pq3z3w5zafx7vpwh@tarantool.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Subject: Re: [Tarantool-patches] [PATCH v2 0/2] GCC 10 fix warnings List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Artem Starshov Cc: tarantool-patches@dev.tarantool.org, Alexander Turenko Hello, On 27 Nov 15:43, Artem Starshov via Tarantool-patches wrote: > Artem Starshov (2): > sql: fix build with GCC 10 > bitset: replace zero-length array with flexible-array member > > src/box/sql/select.c | 56 +++++++++++++++++++---------------------- > src/lib/bitset/bitset.h | 2 +- > 2 files changed, 27 insertions(+), 31 deletions(-) > > Issue: https://github.com/tarantool/tarantool/issues/4966 > Branch: https://github.com/tarantool/tarantool/tree/artemreyt/gh-4966-gcc10-warns I've checked your patchset into 1.10 (top only), 2.5, 2.6 and master. -- Regards, Kirill Yukhin