X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=verify.c;h=01492f24f9a0336c3b09ebb295aa0afe6963c4bd;hp=0f2c1182a60962fb64595a02fccec36bd156df4a;hb=749dff992a915224e50ac56065a664380632ed52;hpb=5fff95436922873dd9ded8b21af7222689e2ec5d diff --git a/verify.c b/verify.c index 0f2c1182..01492f24 100644 --- a/verify.c +++ b/verify.c @@ -1517,7 +1517,7 @@ int paste_blockoff(char *buf, unsigned int len, void *priv) struct io_u *io = priv; unsigned long long off; - typecheck(typeof(off), io->offset); + typecheck(__typeof__(off), io->offset); off = cpu_to_le64((uint64_t)io->offset); len = min(len, (unsigned int)sizeof(off)); memcpy(buf, &off, len);