pike.git/
src/
error.c
Branch:
Tag:
Non-build tags
All tags
No tags
2014-02-25
2014-02-25 14:37:13 by Per Hedbor <ph@opera.com>
61017f22c9f20531acfead6cd5ae78272e9b7ece (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.0
Tagged some more arguments UNUSED
1089:
} #ifdef PIKE_DEBUG
-
static void gc_check_throw_value(struct callback *foo, void *bar, void *gazonk)
+
static void gc_check_throw_value(struct callback *
UNUSED(
foo
)
, void *
UNUSED(
bar
)
, void *
UNUSED(
gazonk)
)
{ gc_mark_external_svalues(&throw_value,1," in the throw value"); }