From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp45.i.mail.ru (smtp45.i.mail.ru [94.100.177.105]) (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 C31AD469719 for ; Thu, 1 Oct 2020 15:07:10 +0300 (MSK) Date: Thu, 1 Oct 2020 15:07:06 +0300 From: Kirill Yukhin Message-ID: <20201001120700.rqrbii6tjtzpmclj@tarantool.org> References: <20200518101502.117121-1-gorcunov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20200518101502.117121-1-gorcunov@gmail.com> Subject: Re: [Tarantool-patches] [PATCH 0/5] build: fix compilation warning List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cyrill Gorcunov Cc: tml , Alexander Turenko Hello, On 18 май 13:14, Cyrill Gorcunov wrote: > While been working on issue #4614 I've got the series > of compilation problems related to implicit type conversion > (linux,clang-10.0.0). The but itself is not yet resolved > but the fixes in series worth to merge I think. > > Please take a look. > > branch gorcunov/gh-4614-clang-fix > > Cyrill Gorcunov (5): > test: unit/guava -- fix compilation warning > box/sql: func -- fix compilation warning > box/sql: vdbe -- fix compilation warning > box/sql: vdbemem -- fix compilation warning > box/vynil: quota -- fix compilation waning I've checked your patchset into 2.4, 2.5 and master. I've also cherry-pick patches #1 and #5 into 1.10. -- Regards, Kirill Yukhin