From e81d98ec2d12d9101dc79928833b2c064d148afc Mon Sep 17 00:00:00 2001 From: Dirk Herrmann Date: Thu, 7 Jun 2001 21:12:19 +0000 Subject: * Introduce SCM_UNUSED and mark unused function parameters. * Introduce SCM_DEBUG_PAIR_ACCESSES. * Extend the possibilities of SCM_DEBUG_CELL_ACCESSES. --- libguile/filesys.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libguile/filesys.c') diff --git a/libguile/filesys.c b/libguile/filesys.c index 0960300e6..56b4737d1 100644 --- a/libguile/filesys.c +++ b/libguile/filesys.c @@ -783,7 +783,7 @@ SCM_DEFINE (scm_closedir, "closedir", 1, 0, 0, static int -scm_dir_print (SCM exp, SCM port, scm_print_state *pstate) +scm_dir_print (SCM exp, SCM port, scm_print_state *pstate SCM_UNUSED) { scm_puts ("#<", port); if (!SCM_DIR_OPEN_P (exp)) -- cgit v1.2.3