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

@@ -41,7 +41,7 @@ typedef struct GString {
typedef struct GPtrArray {
void **pdata;
int len;
guint len;
} GPtrArray;
typedef struct GList {