From: Paulo Zanoni <[email protected]> Removes 17 instances of: warning: comparison of unsigned expression >= 0 is always true
Signed-off-by: Paulo Zanoni <[email protected]> --- src/xvmc/intel_batchbuffer.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/xvmc/intel_batchbuffer.h b/src/xvmc/intel_batchbuffer.h index 888abeb..7fae6f7 100644 --- a/src/xvmc/intel_batchbuffer.h +++ b/src/xvmc/intel_batchbuffer.h @@ -44,7 +44,6 @@ extern int VERBOSE; do { \ xvmc_driver->batch.space -= (batch_ptr - xvmc_driver->batch.ptr);\ xvmc_driver->batch.ptr = batch_ptr; \ - assert(xvmc_driver->batch.space >= 0); \ } while(0) extern void intelFlushBatch(Bool); -- 1.7.4.1 _______________________________________________ Intel-gfx mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/intel-gfx
