diff options
Diffstat (limited to 'include/linux/compiler-gcc4.h')
-rw-r--r-- | include/linux/compiler-gcc4.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/compiler-gcc4.h b/include/linux/compiler-gcc4.h index f1709c1f9eae..77542c57e20a 100644 --- a/include/linux/compiler-gcc4.h +++ b/include/linux/compiler-gcc4.h | |||
@@ -41,4 +41,5 @@ | |||
41 | #define __compiletime_object_size(obj) __builtin_object_size(obj, 0) | 41 | #define __compiletime_object_size(obj) __builtin_object_size(obj, 0) |
42 | #if __GNUC_MINOR__ >= 4 | 42 | #if __GNUC_MINOR__ >= 4 |
43 | #define __compiletime_warning(message) __attribute__((warning(message))) | 43 | #define __compiletime_warning(message) __attribute__((warning(message))) |
44 | #define __compiletime_error(message) __attribute__((error(message))) | ||
44 | #endif | 45 | #endif |