r600g: Fix Clang return-type build error.
authorVinson Lee <vlee@freedesktop.org>
Wed, 6 May 2015 17:09:38 +0000 (10:09 -0700)
committerVinson Lee <vlee@freedesktop.org>
Wed, 6 May 2015 19:21:34 +0000 (12:21 -0700)
commit382b1a36e33c2d1f985996ecea54bdda547587d7
tree6df5a294e793fb1cf5598505072db039718c9aed
parent0c0ca557117edd3a57443f4f454c3a8da1d4e0b5
r600g: Fix Clang return-type build error.

Fix Clang return-type error introduced with commit
96f164f6f047833091eb98a73aa80c31dc94f962 "gallium: make
pipe_context::begin_query return a boolean".

  CC       r600_query.lo
r600_query.c:443:3: error: non-void function 'r600_begin_query' should return a value [-Wreturn-type]
                return;
                ^

Signed-off-by: Vinson Lee <vlee@freedesktop.org>
Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
src/gallium/drivers/radeon/r600_query.c