From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52172) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f9H42-0000yx-V5 for qemu-devel@nongnu.org; Thu, 19 Apr 2018 17:25:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f9H40-00052D-HL for qemu-devel@nongnu.org; Thu, 19 Apr 2018 17:25:58 -0400 Received: from mail-pg0-x243.google.com ([2607:f8b0:400e:c05::243]:42283) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f9H40-000523-B2 for qemu-devel@nongnu.org; Thu, 19 Apr 2018 17:25:56 -0400 Received: by mail-pg0-x243.google.com with SMTP id e12so3084069pgn.9 for ; Thu, 19 Apr 2018 14:25:56 -0700 (PDT) References: <20180419135901.30035-1-alex.bennee@linaro.org> <20180419135901.30035-19-alex.bennee@linaro.org> From: Richard Henderson Message-ID: <0279d4c2-a301-1ae7-8e92-64bcc10a4933@linaro.org> Date: Thu, 19 Apr 2018 11:25:50 -1000 MIME-Version: 1.0 In-Reply-To: <20180419135901.30035-19-alex.bennee@linaro.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v2 18/43] tests/tcg/i386: Build fix for hello-i386 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Alex_Benn=c3=a9e?= , peter.maydell@linaro.org, cota@braap.org, famz@redhat.com, berrange@redhat.com, f4bug@amsat.org, balrogg@gmail.com, aurelien@aurel32.net, agraf@suse.de Cc: qemu-devel@nongnu.org On 04/19/2018 03:58 AM, Alex Bennée wrote: > From: Fam Zheng > > We have -Werror=missing-prototype, add a dummy prototype to avoid that > warning. > > Signed-off-by: Fam Zheng > Reviewed-by: Thomas Huth > --- > tests/tcg/i386/hello-i386.c | 1 + > 1 file changed, 1 insertion(+) Reviewed-by: Richard Henderson r~