tests/gem_exec_blt: silence the compiler by failing on error
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 14 Dec 2011 17:41:34 +0000 (17:41 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Wed, 14 Dec 2011 17:43:04 +0000 (17:43 +0000)
commitf381a8b9f08a6d0c843e7b9f7997020d6b0d1e1a
tree5c90eaf860d165fb7625e7a2c3a93f5425c30b7c
parent2a292188e764c18b76698e1698ecaf62699b2f04
tests/gem_exec_blt: silence the compiler by failing on error

gem_exec_blt.c: In function ‘gem_exec’:
gem_exec_blt.c:174:6: warning: variable ‘ret’ set but not used [-Wunused-but-set-variable]

Propagate the failure and exit(1).
tests/gem_exec_blt.c