From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp52.i.mail.ru (smtp52.i.mail.ru [94.100.177.112]) (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 0A39D469710 for ; Fri, 20 Nov 2020 05:23:53 +0300 (MSK) From: Artem Starshov Date: Fri, 20 Nov 2020 05:23:48 +0300 Message-Id: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH 0/2] GCC 10 warnings List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Turenko Cc: tarantool-patches@dev.tarantool.org Issue: https://github.com/tarantool/tarantool/issues/4966 Branch: https://github.com/tarantool/tarantool/tree/artemreyt/gh-4966-gcc10-warns Artem Starshov (2): sql: fix build with GCC 10 bitset: fix GCC 10 build cmake/compiler.cmake | 14 ++++++++++++ src/box/sql/select.c | 54 +++++++++++++++++++++++--------------------- 2 files changed, 42 insertions(+), 26 deletions(-) -- 2.28.0