From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-f68.google.com (mail-lf1-f68.google.com [209.85.167.68]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id B7385469719 for ; Tue, 6 Oct 2020 13:36:41 +0300 (MSK) Received: by mail-lf1-f68.google.com with SMTP id b22so14419304lfs.13 for ; Tue, 06 Oct 2020 03:36:41 -0700 (PDT) Date: Tue, 6 Oct 2020 13:36:37 +0300 From: Cyrill Gorcunov Message-ID: <20201006103637.GG2069@grain> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Tarantool-patches] [PATCH 1/2] Remove C99 extension usage from C++ file List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kirill Yukhin Cc: tarantool-patches@dev.tarantool.org On Tue, Oct 06, 2020 at 12:59:35PM +0300, Kirill Yukhin wrote: > File mp_error.cc was using a C99 feature called "designated > initializers" which was catched by Clang v12. > > Remove this usage. Ack