guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gc_os_dep.c:1802: warning: 'GC_find_limit' defined but not used


From: Ludovic Courtès
Subject: Re: gc_os_dep.c:1802: warning: 'GC_find_limit' defined but not used
Date: Tue, 26 Jun 2007 11:26:33 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

Hi,

Alan Pae <address@hidden> writes:

> This is on a Solaris 10 11/06 box trying to compile Guile 1.8.1
> with GMP 4.2.1 and libtool 1.5.22

[...]

> gc_os_dep.c:1802: warning: 'GC_find_limit' defined but not used

This is harmless.  What you can do is disable GCC's warning-as-errors
features when compiling Guile:

  $ make CFLAGS='-Wall'

Let us know if it works.

Thanks,
Ludovic.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]