[Tarantool-patches] [PATCH 3/5] [tosquash] txn_limbo: fix release build
Serge Petrenko
sergepetrenko at tarantool.org
Sun Jul 5 11:41:29 MSK 2020
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
More information about the Tarantool-patches
mailing list