Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 333624
b: refs/heads/master
c: 415c2c5
h: refs/heads/master
v: v3
  • Loading branch information
Daniel Santos authored and Michal Marek committed Oct 11, 2012
1 parent 1c9e59a commit 65ee937
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 76b27645a5bba85bd26896811c7a25ecc37b3731
refs/heads/master: 415c2c525fab214ab75413aadbc67b4ee9cf212e
2 changes: 1 addition & 1 deletion trunk/include/linux/compiler-gcc4.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 65ee937

Please sign in to comment.