Fix int/guint comparison warnings

This commit is contained in:
Nyall Dawson
2020-08-12 13:04:20 +10:00
parent ef3a9f99a8
commit 1639283779
6 changed files with 10 additions and 9 deletions

View File

@@ -92,7 +92,7 @@ main(int argc, char **argv)
void dump_kkd(MdbHandle *mdb, void *kkd, size_t len)
{
GPtrArray *aprops = mdb_kkd_to_props(mdb, kkd, len);
int i;
guint i;
if (!aprops)
return;
for (i=0; i<aprops->len; ++i) {