rbug: silence some MSVC signed/unsigned warnings

This commit is contained in:
Brian Paul
2013-03-20 10:54:24 -06:00
parent bfc8b8fac5
commit f7b07fd25c
2 changed files with 2 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ rbug_draw_block_locked(struct rbug_context *rb_pipe, int flag)
rb_pipe->draw_blocked |= flag;
} else if ((rb_pipe->draw_rule.blocker & flag) &&
(rb_pipe->draw_blocker & RBUG_BLOCK_RULE)) {
int k;
unsigned k;
boolean block = FALSE;
unsigned sh;