X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=os.h;h=104f4a81a7f06a147a3c07732707aaa30258ee40;hp=3f83905d5b31f4adbf5a7f1c74db8b2a444049ef;hb=07e5b2646f673a56c05a53c6a84bf5d0c949d290;hpb=cb25df61fbe19065b41bee131d19335d615c676b diff --git a/os.h b/os.h index 3f83905d..104f4a81 100644 --- a/os.h +++ b/os.h @@ -56,10 +56,8 @@ #endif #endif -#if __GNUC__ < 3 -#define __must_check -#else -#define __must_check __attribute__((warn_unused_result)) +#ifndef FIO_HAVE_RAWBIND +#define fio_lookup_raw(dev, majdev, mindev) #endif #endif