Fix __must_check compile on older compilers
[fio.git] / os.h
diff --git a/os.h b/os.h
index 3f83905d5b31f4adbf5a7f1c74db8b2a444049ef..823843a3043c680f55b1452c5a9416768f1dc9fc 100644 (file)
--- a/os.h
+++ b/os.h
 #endif
 #endif
 
-#if __GNUC__ < 3
-#define __must_check
-#else
-#define __must_check                   __attribute__((warn_unused_result))
-#endif
-
 #endif