pike.git/
src/
stralloc.c
Branch:
Tag:
Non-build tags
All tags
No tags
2015-11-25
2015-11-25 13:43:21 by Henrik Grubbström (Grubba) <grubba@grubba.org>
96f63c4cf96297e18674da63a875dc141203a5d7 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.1
Build: Fixed quite a few warnings about unused arguments.
67:
return (s->alloc_type == STRING_ALLOC_BA); }
-
static INLINE int string_is_malloced(const struct pike_string * s) {
+
static INLINE int
PIKE_UNUSED_ATTRIBUTE
string_is_malloced(const struct pike_string * s) {
return (s->alloc_type == STRING_ALLOC_MALLOC); }