[Tarantool-patches] [PATCH 0/5] build: fix compilation warning

Cyrill Gorcunov gorcunov at gmail.com
Mon May 18 13:14:57 MSK 2020


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



More information about the Tarantool-patches mailing list