gallium/util: another unsigned -> enum pipe_prim_type change
authorBrian Paul <brianp@vmware.com>
Fri, 27 May 2016 21:56:07 +0000 (15:56 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 27 May 2016 23:55:05 +0000 (17:55 -0600)
commit8beb6f3c9c510ea303b2ec38219bab7f30313b3f
treea9ee82628ba1006aba94287b3ecb70616e5b04a8
parent47e2a57fe955c04763c979ff4ca61c6867fa05bb
gallium/util: another unsigned -> enum pipe_prim_type change

gcc didn't warn about the unsigned / enum pipe_prim_type mismatch
between the .c and .h file.

Reviewed-by: Roland Scheidegger <sroland@vmware.com>
src/gallium/auxiliary/util/u_debug.c