summaryrefslogtreecommitdiff
path: root/libguile/threads.c
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2008-08-27 23:05:44 +0200
committerLudovic Courtès <ludo@gnu.org>2008-08-27 23:05:44 +0200
commit70eca635571bce82123fcb6f72579ee741c50b2c (patch)
tree7893cea9fdcd7d42a11d9eded49c80cdf15034e4 /libguile/threads.c
parentf85ea2a85fcdd051f432964806f044c0301d0945 (diff)
downloadguile-70eca635571bce82123fcb6f72579ee741c50b2c.tar.gz
Fix builds `--without-threads'.
Diffstat (limited to 'libguile/threads.c')
-rw-r--r--libguile/threads.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/threads.c b/libguile/threads.c
index 84c7bce7f..7e55f3b25 100644
--- a/libguile/threads.c
+++ b/libguile/threads.c
@@ -784,7 +784,7 @@ scm_with_guile (void *(*func)(void *), void *data)
scm_i_default_dynamic_state);
}
-static void
+SCM_UNUSED static void
scm_leave_guile_cleanup (void *x)
{
scm_leave_guile ();