X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=parse.h;h=d68484eaf0c65572352222297162ebd0d20cf7e7;hb=d09dcd34db7bdff65bb31d4055f5823898d9e629;hp=4cf08fd2cf924f84eebd4080709c1ae83246da87;hpb=e7e536b665bd6a9d3e936e0847dbbb6957101da4;p=fio.git diff --git a/parse.h b/parse.h index 4cf08fd2..d68484ea 100644 --- a/parse.h +++ b/parse.h @@ -131,7 +131,7 @@ static inline void *td_var(void *to, const struct fio_option *o, static inline int parse_is_percent(unsigned long long val) { - return val >= -101; + return val >= -101ULL; } #define ZONE_BASE_VAL ((-1ULL >> 1) + 1)