X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=os.h;h=da80fbd4f7207e66a0cbb9821bdfabcf389f6ebf;hp=a2699dd2d0b14e69c5091e412bf20a2dab32045f;hb=e49499f8738562e014867ad693a999646d5e1bfb;hpb=0268b8ba7b2c79c669323cb1fcc0b045b84313f1 diff --git a/os.h b/os.h index a2699dd2..da80fbd4 100644 --- a/os.h +++ b/os.h @@ -54,4 +54,10 @@ #define FIO_HUGE_PAGE (4096 * 1024) #endif +#if __GNUC__ < 3 +#define __must_check +#else +#define __must_check __attribute__((warn_unused_result)) +#endif + #endif