From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp20.mail.ru (smtp20.mail.ru [94.100.179.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 EC38F4696C3 for ; Thu, 23 Apr 2020 09:24:43 +0300 (MSK) Date: Thu, 23 Apr 2020 09:24:39 +0300 From: Sergey Bronnikov Message-ID: <20200423062439.GA57047@pony.bronevichok.ru> References: <20200421140258.42949-1-sergeyb@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200421140258.42949-1-sergeyb@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH v4 10/10] luajit: Fix warnings spotted by luacheck List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tarantool-patches@dev.tarantool.org, imun@tarantool.org, v.shpilevoy@tarantool.org Cc: o.piskunov@tarantool.org GH branch: https://github.com/tarantool/luajit/tree/ligurio/gh-4681-fix-luacheck-warnings On 17:00 Tue 21 Apr , sergeyb@tarantool.org wrote: > From: Sergey Bronnikov