vc4: make vc4_begin_query() return a boolean
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Fri, 22 May 2015 10:45:43 +0000 (12:45 +0200)
committerEric Anholt <eric@anholt.net>
Thu, 28 May 2015 00:29:03 +0000 (17:29 -0700)
commit41630c0653578db0c237296aaeec0a85a4e7f4ad
tree0499629039b5543736b077c6960c94fc54fca989
parente2d84d99f5a66738e8f584bdfea66182f36fe46c
vc4: make vc4_begin_query() return a boolean

I forgot to make the change in 96f164f6f047833091eb98a73aa80c31dc94f962.
This fixes a warning with GCC and probably an error with Clang.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/gallium/drivers/vc4/vc4_query.c