gallium/aux/tgsi/tgsi_dump.c: Fix -Wsign-compare warnings
[mesa.git] / src / gallium / auxiliary / tgsi / tgsi_dump.c
index f6c85390e9099e6f080c9cffdc49c42f2d84d5e9..705d9f1cbf766609a00ae59edb728702b650b027 100644 (file)
@@ -480,7 +480,7 @@ iter_property(
    struct tgsi_iterate_context *iter,
    struct tgsi_full_property *prop )
 {
-   unsigned i;
+   int i;
    struct dump_ctx *ctx = (struct dump_ctx *)iter;
 
    TXT( "PROPERTY " );