From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id C096C25217 for ; Thu, 20 Sep 2018 23:44:28 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id itAVNfWlV0r9 for ; Thu, 20 Sep 2018 23:44:28 -0400 (EDT) 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 turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id 6FD252A344 for ; Thu, 20 Sep 2018 23:44:27 -0400 (EDT) Date: Thu, 20 Sep 2018 23:34:40 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH] Fix clang build (fails on -Wno-cast-function-type) Message-ID: <20180920203440.ldawqvjwoofo3fff@tarantool.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-subscribe: List-owner: List-post: List-archive: To: Alexander Turenko Cc: tarantool-patches@freelists.org, Konstantin Osipov Hello, On 20 сен 22:56, Alexander Turenko wrote: > The problem is that clang does not support -Wno-cast-function-type flag. > It is the regression from 8c538963a78f22746233b22648fb2aa6933dc135. > > Follow up of #3685. > Fixes #3701. I've checked your patch into 1.9 branch. -- Regards, Kirill Yukhin