From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-f196.google.com (mail-lj1-f196.google.com [209.85.208.196]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 617ED469710 for ; Mon, 18 May 2020 13:15:15 +0300 (MSK) Received: by mail-lj1-f196.google.com with SMTP id v16so5152938ljc.8 for ; Mon, 18 May 2020 03:15:15 -0700 (PDT) From: Cyrill Gorcunov Date: Mon, 18 May 2020 13:14:57 +0300 Message-Id: <20200518101502.117121-1-gorcunov@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [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: tml Cc: Alexander Turenko 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 src/box/sql/func.c | 4 ++-- src/box/sql/vdbe.c | 4 ++-- src/box/sql/vdbemem.c | 4 ++-- src/box/vy_quota.h | 2 +- test/unit/guava.c | 3 ++- 5 files changed, 9 insertions(+), 8 deletions(-) -- 2.26.2