From 8eae63fd485a2d2cc4e07d8d1eaf63bc42d33eef Mon Sep 17 00:00:00 2001 From: KOSAKI Motohiro Date: Tue, 24 May 2011 17:13:17 -0700 Subject: [PATCH] --- yaml --- r: 250965 b: refs/heads/master c: 746a2a838deec3ef86ef6b7c3edd4207b9a351aa h: refs/heads/master i: 250963: ac87bb3ed89bf150ef400d0f62cf6e780db1516d v: v3 --- [refs] | 2 +- trunk/include/linux/compiler-gcc4.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index e6af75f6058d..82d58a57bcad 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5bd7e6a30e1eb38f58f0046c0cd42dfc38e90d64 +refs/heads/master: 746a2a838deec3ef86ef6b7c3edd4207b9a351aa diff --git a/trunk/include/linux/compiler-gcc4.h b/trunk/include/linux/compiler-gcc4.h index 64b7c003fd7a..dfadc96e9d63 100644 --- a/trunk/include/linux/compiler-gcc4.h +++ b/trunk/include/linux/compiler-gcc4.h @@ -51,7 +51,7 @@ #if __GNUC_MINOR__ > 0 #define __compiletime_object_size(obj) __builtin_object_size(obj, 0) #endif -#if __GNUC_MINOR__ >= 4 +#if __GNUC_MINOR__ >= 4 && !defined(__CHECKER__) #define __compiletime_warning(message) __attribute__((warning(message))) #define __compiletime_error(message) __attribute__((error(message))) #endif