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 <tom.g...@linaro.org>
---
 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
-- 
1.7.10.4

_______________________________________________
Piglit mailing list
Piglit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to