mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-02 21:10:27 +02:00
* gc_os_dep.c (GC_noop1): ifdef out (unused) to quiet warning.
This commit is contained in:
parent
9d40234746
commit
cc1cd86b05
1 changed files with 6 additions and 1 deletions
|
@ -62,8 +62,11 @@ typedef int GC_bool;
|
|||
# define VOLATILE
|
||||
#endif
|
||||
|
||||
#if 0 /* currently unused (as of 2001-07-12) */
|
||||
|
||||
/* Single argument version, robust against whole program analysis. */
|
||||
static void GC_noop1(x)
|
||||
static void
|
||||
GC_noop1(x)
|
||||
word x;
|
||||
{
|
||||
static VOLATILE word sink;
|
||||
|
@ -71,6 +74,8 @@ word x;
|
|||
sink = x;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
/* Machine dependent parameters. Some tuning parameters can be found */
|
||||
/* near the top of gc_private.h. */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue