X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fformats.c;h=32d638ae4a44f3fd0bed1ad7dd6484c77a4c52ea;hb=16aa47dbdde420fe82032f7d2e166fdf4e974df5;hp=a569c678a4b7c4bf1d165fef891e91fd20e23e79;hpb=4de79b34b329d1da6cdeb145993d3efd911e2967;p=pspp diff --git a/src/formats.c b/src/formats.c index a569c678a4..32d638ae4a 100644 --- a/src/formats.c +++ b/src/formats.c @@ -64,7 +64,7 @@ internal_cmd_formats (int which) { /* Variables. */ struct variable **v; - int cv; + size_t cv; /* Format to set the variables to. */ struct fmt_spec f; @@ -73,7 +73,7 @@ internal_cmd_formats (int which) int type; /* Counter. */ - int i; + size_t i; for (;;) {