[PATCH] Fix warnings from icc
[fio.git] / parse.c
diff --git a/parse.c b/parse.c
index 8cd427a9f3ce2b6cf7547ce4822d8da614e7b82e..50d8ae5e5f4fe56ea12ba5ff33ca76fe48e114a4 100644 (file)
--- a/parse.c
+++ b/parse.c
@@ -276,7 +276,7 @@ static int __handle_option(struct fio_option *o, const char *ptr, void *data,
                break;
        }
        default:
                break;
        }
        default:
-               fprintf(stderr, "Bad option type %d\n", o->type);
+               fprintf(stderr, "Bad option type %u\n", o->type);
                ret = 1;
        }
 
                ret = 1;
        }