From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp55.i.mail.ru (smtp55.i.mail.ru [217.69.128.35]) (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 66070445320 for ; Sun, 5 Jul 2020 11:41:30 +0300 (MSK) References: From: Serge Petrenko Message-ID: <9f3fa2e0-c72e-63ae-bcd3-ada190c211d2@tarantool.org> Date: Sun, 5 Jul 2020 11:41:29 +0300 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format="flowed" Content-Transfer-Encoding: 8bit Content-Language: en-GB Subject: Re: [Tarantool-patches] [PATCH 3/5] [tosquash] txn_limbo: fix release build List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vladislav Shpilevoy , tarantool-patches@dev.tarantool.org 03.07.2020 02:40, Vladislav Shpilevoy пишет: > --- > src/box/txn_limbo.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/src/box/txn_limbo.c b/src/box/txn_limbo.c > index 2cb687f4d..387cfd337 100644 > --- a/src/box/txn_limbo.c > +++ b/src/box/txn_limbo.c > @@ -120,6 +120,7 @@ txn_limbo_assign_lsn(struct txn_limbo *limbo, struct txn_limbo_entry *entry, > assert(limbo->instance_id != REPLICA_ID_NIL); > assert(entry->lsn == -1); > assert(lsn > 0); > + (void) limbo; > entry->lsn = lsn; > } > LGTM. -- Serge Petrenko