snarf.h: Declare static const function name vars as SCM_UNUSED.
authorMark H Weaver <mhw@netris.org>
Fri, 7 Mar 2014 04:56:48 +0000 (23:56 -0500)
committerMark H Weaver <mhw@netris.org>
Fri, 7 Mar 2014 04:56:48 +0000 (23:56 -0500)
commitb8d7aacd682ce70d496fecf1626365c72132ada0
treeafab562728c3ab2ac87686a722273e881565618e
parentc3c3032608c9658c5dc5019d85446b6a1c2f7fcc
snarf.h: Declare static const function name vars as SCM_UNUSED.

* libguile/snarf.h (SCM_DEFINE_GSUBR, SCM_DEFINE, SCM_PRIMITIVE_GENERIC,
  SCM_DEFINE_PUBLIC, SCM_PROC, SCM_REGISTER_PROC, SCM_GPROC): Declare
  static const function name variables as SCM_UNUSED to avoid spurious
  warnings.
libguile/snarf.h