1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-15 08:10:17 +02:00

Fix compile warnings

* libguile/throw.c (catch): Fix bad declarations.

* libguile/stackchk.c (reset_scm_stack_checking_enabled_p): Remove
  unused static function.
This commit is contained in:
Andy Wingo 2014-03-22 16:06:39 +01:00
parent c2247b782a
commit 63b9e8b03f
2 changed files with 2 additions and 7 deletions

View file

@ -36,12 +36,6 @@
int scm_stack_checking_enabled_p;
static void
reset_scm_stack_checking_enabled_p (void *arg)
{
scm_stack_checking_enabled_p = (int)(scm_t_bits)arg;
}
long
scm_stack_size (SCM_STACKITEM *start)
{