summaryrefslogtreecommitdiffstats
path: root/unwind.c
diff options
context:
space:
mode:
Diffstat (limited to 'unwind.c')
-rw-r--r--unwind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unwind.c b/unwind.c
index 8d999d2a..2580758d 100644
--- a/unwind.c
+++ b/unwind.c
@@ -41,7 +41,7 @@ static uw_frame_t *uw_stack;
static uw_frame_t *uw_exit_point;
static uw_frame_t toplevel_env;
-static void uw_unwind_to_exit_point()
+static void uw_unwind_to_exit_point(void)
{
assert (uw_exit_point);