From patchwork Thu Apr 19 13:58:36 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Alex_Benn=C3=A9e?= X-Patchwork-Id: 901161 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=nongnu.org (client-ip=2001:4830:134:3::11; helo=lists.gnu.org; envelope-from=qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b="gFJIciaf"; dkim-atps=neutral Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 40Rglk1w7Rz9s27 for ; Fri, 20 Apr 2018 00:06:58 +1000 (AEST) Received: from localhost ([::1]:49843 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f9ADA-00037B-4l for incoming@patchwork.ozlabs.org; Thu, 19 Apr 2018 10:06:56 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42811) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f9A5p-00068u-1J for qemu-devel@nongnu.org; Thu, 19 Apr 2018 09:59:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f9A5o-0002bE-6l for qemu-devel@nongnu.org; Thu, 19 Apr 2018 09:59:21 -0400 Received: from mail-wr0-x244.google.com ([2a00:1450:400c:c0c::244]:46504) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f9A5o-0002YO-0y for qemu-devel@nongnu.org; Thu, 19 Apr 2018 09:59:20 -0400 Received: by mail-wr0-x244.google.com with SMTP id d1-v6so14338106wrj.13 for ; Thu, 19 Apr 2018 06:59:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=M4knfNziydg8xz3w7OTWFo2qsq6zaTW6DQN1Zbl0wio=; b=gFJIciafU2DiY0eZGfZQkyhsDHBE/hYGii2DYnGEW8eTlxQqi40F/lsiEAV/AjQz19 LQ0xr9hKaB9NJT5P9sMwbeY4hm//kEB/XE2YQ94F5INwSpbRGmegP2Vgc7wnicfSD3Fp mL03sJl9iUPnpAxzx27Tad9mcYs+4c4Xi8sVo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=M4knfNziydg8xz3w7OTWFo2qsq6zaTW6DQN1Zbl0wio=; b=LnoybqMY24p6Dp46053yNGvnyzwvdqOOSMDldnfHULJRbAJZ5GtVK8+wEdQRswSkC8 J2Nh7ZVUEsVbSMCaO1j3pnrTp2hzYm+VG26rmLQUfl9vX6YJ4lEDM4O3cMmAA3T/uTIw P4AAhljjpUSUqhgMB1ycrQz3zeCYGAlTdHLl4WATSKsYuD2PED/xJqdOLYrYi4gORkMt e7ZL0d347ccZqvYRShcRLRAe+ERYGa0xc7jfg2CqCQSvLs3T7nVwDsrAw2W4Fn1rP4Sl mxKbImTO/7vtBQj0p7REybSy+O/PpyefXpZ9Xp1B/yIgx93YeBYvRALa2zsXGP9RBe02 bsXA== X-Gm-Message-State: ALQs6tAKY+G9MnIdhlV2EkPNR7VnnebAP4+ANVsvpG2N5TIg4vAJNghb +12109KELGkrHQzedfabEXSWEQ== X-Google-Smtp-Source: AIpwx49do+MnOOZTp6xj+poUZ9W9w7V8IsKOzC0cBwf5s/CgkRNLSi+BsTIsOlhSQv9w+DM1RVNI3w== X-Received: by 2002:adf:a925:: with SMTP id u34-v6mr5145986wrc.248.1524146358886; Thu, 19 Apr 2018 06:59:18 -0700 (PDT) Received: from zen.linaro.local ([81.128.185.34]) by smtp.gmail.com with ESMTPSA id u196sm3467520wmf.30.2018.04.19.06.59.07 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 19 Apr 2018 06:59:17 -0700 (PDT) Received: from zen.linaroharston (localhost [127.0.0.1]) by zen.linaro.local (Postfix) with ESMTP id DBBF53E0260; Thu, 19 Apr 2018 14:59:02 +0100 (BST) From: =?utf-8?q?Alex_Benn=C3=A9e?= To: peter.maydell@linaro.org, cota@braap.org, famz@redhat.com, berrange@redhat.com, f4bug@amsat.org, richard.henderson@linaro.org, balrogg@gmail.com, aurelien@aurel32.net, agraf@suse.de Date: Thu, 19 Apr 2018 14:58:36 +0100 Message-Id: <20180419135901.30035-19-alex.bennee@linaro.org> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20180419135901.30035-1-alex.bennee@linaro.org> References: <20180419135901.30035-1-alex.bennee@linaro.org> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2a00:1450:400c:c0c::244 Subject: [Qemu-devel] [PATCH v2 18/43] tests/tcg/i386: Build fix for hello-i386 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: qemu-devel@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: "Qemu-devel" 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 Reviewed-by: Richard Henderson --- tests/tcg/i386/hello-i386.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/tcg/i386/hello-i386.c b/tests/tcg/i386/hello-i386.c index fa00380de2..cfeb24b2f5 100644 --- a/tests/tcg/i386/hello-i386.c +++ b/tests/tcg/i386/hello-i386.c @@ -20,6 +20,7 @@ static inline int write(int fd, const char * buf, int len) return status; } +void _start(void); void _start(void) { write(1, "Hello World\n", 12);