From a83b9d79a75753330311fdc1c4309198fbd6b4df Mon Sep 17 00:00:00 2001 From: Tom Gall Date: Mon, 28 Jan 2013 12:30:39 -0600 Subject: android: piglit_ktx.c compiler error 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 Reviewed-by: Ian Romanick Reviewed-by: Chad Versace --- tests/util/piglit_ktx.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/util/piglit_ktx.c') diff --git a/tests/util/piglit_ktx.c b/tests/util/piglit_ktx.c index 7febc8ff5..b60f73737 100644 --- a/tests/util/piglit_ktx.c +++ b/tests/util/piglit_ktx.c @@ -758,6 +758,8 @@ target_to_texture_binding(GLuint target) assert(0); break; } + + return 0; } bool -- cgit v1.2.3