From 65ee9375b604d473d1f197db07fc2b70bc82d09b Mon Sep 17 00:00:00 2001 From: Daniel Santos Date: Fri, 28 Sep 2012 18:20:02 -0500 Subject: [PATCH] --- yaml --- r: 333624 b: refs/heads/master c: 415c2c525fab214ab75413aadbc67b4ee9cf212e h: refs/heads/master 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 5bd89fe2989f..b268f5924643 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 76b27645a5bba85bd26896811c7a25ecc37b3731 +refs/heads/master: 415c2c525fab214ab75413aadbc67b4ee9cf212e diff --git a/trunk/include/linux/compiler-gcc4.h b/trunk/include/linux/compiler-gcc4.h index 2f4079175afb..10ce4fafea64 100644 --- a/trunk/include/linux/compiler-gcc4.h +++ b/trunk/include/linux/compiler-gcc4.h @@ -52,7 +52,7 @@ #if __GNUC_MINOR__ > 0 #define __compiletime_object_size(obj) __builtin_object_size(obj, 0) #endif -#if __GNUC_MINOR__ >= 4 && !defined(__CHECKER__) +#if __GNUC_MINOR__ >= 3 && !defined(__CHECKER__) #define __compiletime_warning(message) __attribute__((warning(message))) #define __compiletime_error(message) __attribute__((error(message))) #endif