From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtpng1.m.smailru.net (smtpng1.m.smailru.net [94.100.181.251]) (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 246BF469719 for ; Thu, 20 Feb 2020 17:10:49 +0300 (MSK) Date: Thu, 20 Feb 2020 17:10:48 +0300 From: Nikita Pettik Message-ID: <20200220141048.GG40100@tarantool.org> References: <20200219183713.17646-1-gorcunov@gmail.com> <20200219183713.17646-2-gorcunov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200219183713.17646-2-gorcunov@gmail.com> Subject: Re: [Tarantool-patches] [PATCH 01/14] box/txn: fix void args mess List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cyrill Gorcunov Cc: tml On 19 Feb 21:37, Cyrill Gorcunov wrote: > Using void explicitly in functions which take > no arguments allows to optimize code a bit and > don't assume if there might be variable args. > > Moreover in commit e070cc4d9 we dropped arguments > from txn_begin but didn't update vy_scheduler.c. > The compiler didn't complain because it assumed > there are vargs. > > Acked-by: Konstantin Osipov > Signed-off-by: Cyrill Gorcunov LGTM. I assume you can push such patches aimed solely at refactoring (taking into account second ack).