X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=verify.c;h=01492f24f9a0336c3b09ebb295aa0afe6963c4bd;hp=0f2c1182a60962fb64595a02fccec36bd156df4a;hb=bf0b7e75c1ccca4026c8880ed8a76fc7ef85f2f3;hpb=9a496382133e8003bd56ab6f3d260c5afadae555 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);