Fix min/max typeof warnings
[fio.git] / parse.c
diff --git a/parse.c b/parse.c
index e6d9406e1612231a295516eab1bde32e72bd8a37..40cd46587d3e03477451fd3ef2aaa8b832c6ef1a 100644 (file)
--- a/parse.c
+++ b/parse.c
@@ -380,7 +380,7 @@ static int check_int(const char *p, int *val)
        return 1;
 }
 
-static int opt_len(const char *str)
+static size_t opt_len(const char *str)
 {
        char *postfix;