2015-04-01
2015-04-01 12:21:23 by Henrik Grubbström (Grubba) <grubba@grubba.org>
-
e993febf0922fdd2bcc8814a3c1e044ae889b050
(3 lines)
(+2/-1)
[
Show
| Annotate
]
Branch: 8.1
Build: Support compilation with compilers other than gcc again.
Replaced all uses of __attribute__((unused)) with PIKE_ATTRIBUTE_UNUSED.
91: Inside #if defined(PIKE_DEBUG)
#ifdef PIKE_DEBUG
/* To get good type checking. */
- static INLINE struct rb_node_hdr __attribute__((unused)) *rb_node_check (struct rb_node_hdr *node)
+ static INLINE struct rb_node_hdr PIKE_UNUSED_ATTRIBUTE *rb_node_check (struct rb_node_hdr *node)
{return node;}
#else
#define rb_node_check(node) ((struct rb_node_hdr *) (node))