summaryrefslogtreecommitdiff
path: root/compiler/compiler-gcc3.h
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/compiler-gcc3.h')
-rw-r--r--compiler/compiler-gcc3.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/compiler/compiler-gcc3.h b/compiler/compiler-gcc3.h
deleted file mode 100644
index 566987a2..00000000
--- a/compiler/compiler-gcc3.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef FIO_COMPILER_GCC3_H
-#define FIO_COMPILER_GCC3_H
-
-#if __GNUC_MINOR__ >= 4
-#ifndef __must_check
-#define __must_check __attribute__((warn_unused_result))
-#endif
-#endif
-
-#endif