gallium/aux/util/u_async_debug.c: Fix -Wtype-limits warning.
authorGert Wollny <gw.fossdev@gmail.com>
Thu, 16 Nov 2017 15:09:56 +0000 (16:09 +0100)
committerBrian Paul <brianp@vmware.com>
Fri, 17 Nov 2017 16:27:57 +0000 (09:27 -0700)
commitc7ebf9579701280fa2980b42f0b70e93f3177d5b
tree9736ff61167d23c91fe497ad5a47326db11e485c
parent537d04615d4e4c41ba4959445d8bd1bd22763d50
gallium/aux/util/u_async_debug.c: Fix -Wtype-limits warning.

Use size_t instread of unsigned for new_max. realloc later expects
size_t as parameter anyway.

Signed-off-by: Gert Wollny <gw.fossdev@gmail.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
src/gallium/auxiliary/util/u_async_debug.c