From patchwork Mon Jan 28 18:30:39 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Gall X-Patchwork-Id: 14314 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 8E19323E2E for ; Mon, 28 Jan 2013 18:31:02 +0000 (UTC) Received: from mail-vc0-f171.google.com (mail-vc0-f171.google.com [209.85.220.171]) by fiordland.canonical.com (Postfix) with ESMTP id EB2F6A18502 for ; Mon, 28 Jan 2013 18:31:01 +0000 (UTC) Received: by mail-vc0-f171.google.com with SMTP id p1so2089377vcq.30 for ; Mon, 28 Jan 2013 10:31:01 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:x-forwarded-to:x-forwarded-for:delivered-to:x-received :received-spf:x-received:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references:x-gm-message-state; bh=0EbBR3M9P1Mv1Qf2LZR6H/AZVoVlivzwEOgCdck5Ubk=; b=oeAHM/X+6W4zcL6uwUfx8i/Vc8FzLfoAazSki8xrzrd0WowyCsOXgMVreZHT00nRUD jceMmzQVQ0cPF04G/FycIfZGVSkkYDxwVIzUwOseJYhl8UhoaEZZki638M8+W7ejzV6D ykbJKh1eG0f2hQcvZuYSIjbFXibzHn6NFhrq9m8CBTupjbLbBgpq4PKVYFA8hYfuIxHv ZDHc9Dx4AhD1XBb6vTgKAyzun1wGWBbkvbZY6tO1FsSFhYqYtiBlkyB/ULMZnavFTM1y YKIN2inBS/EKNfloB5CcV2pav7jofNcEP62lbKzY6txX509HmYqXwuVjTBhSPqj7cqIq BBog== X-Received: by 10.220.209.74 with SMTP id gf10mr15826760vcb.10.1359397861480; Mon, 28 Jan 2013 10:31:01 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.58.145.101 with SMTP id st5csp98355veb; Mon, 28 Jan 2013 10:31:01 -0800 (PST) X-Received: by 10.50.213.73 with SMTP id nq9mr5695483igc.27.1359397860802; Mon, 28 Jan 2013 10:31:00 -0800 (PST) Received: from mail-ia0-x22e.google.com (ia-in-x022e.1e100.net [2607:f8b0:4001:c02::22e]) by mx.google.com with ESMTPS id xv10si7289659igb.8.2013.01.28.10.31.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 28 Jan 2013 10:31:00 -0800 (PST) Received-SPF: neutral (google.com: 2607:f8b0:4001:c02::22e is neither permitted nor denied by best guess record for domain of tom.gall@linaro.org) client-ip=2607:f8b0:4001:c02::22e; Authentication-Results: mx.google.com; spf=neutral (google.com: 2607:f8b0:4001:c02::22e is neither permitted nor denied by best guess record for domain of tom.gall@linaro.org) smtp.mail=tom.gall@linaro.org Received: by mail-ia0-f174.google.com with SMTP id o25so4584056iad.5 for ; Mon, 28 Jan 2013 10:31:00 -0800 (PST) X-Received: by 10.50.179.100 with SMTP id df4mr5730543igc.60.1359397860440; Mon, 28 Jan 2013 10:31:00 -0800 (PST) Received: from mars.mantorvilleexpress.com ([70.35.96.184]) by mx.google.com with ESMTPS id c3sm6835581igj.1.2013.01.28.10.30.58 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 28 Jan 2013 10:30:59 -0800 (PST) From: Tom Gall To: piglit@lists.freedesktop.org Cc: patches@linaro.org, Tom Gall Subject: [PATCH 3/3] Android: piglit_ktx.c compiler error Date: Mon, 28 Jan 2013 12:30:39 -0600 Message-Id: <1359397839-24285-3-git-send-email-tom.gall@linaro.org> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1359397839-24285-1-git-send-email-tom.gall@linaro.org> References: <1359397839-24285-1-git-send-email-tom.gall@linaro.org> X-Gm-Message-State: ALoCoQn8CFq+/n+/XtIimq0t8CuALKwVRWN3RsQosAsaAmS6y4dBQK5ah1bKZcuFQiMFbhwm6JF+ A very minor change to fix build issue for Android. Needed return statement at end of function which specifies a return type. Signed-off-by: Tom Gall --- tests/util/piglit_ktx.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/util/piglit_ktx.c b/tests/util/piglit_ktx.c index 7febc8f..1d47102 100644 --- a/tests/util/piglit_ktx.c +++ b/tests/util/piglit_ktx.c @@ -758,6 +758,7 @@ target_to_texture_binding(GLuint target) assert(0); break; } + return 0; } bool