Hi,
Alan Pae <[EMAIL PROTECTED]> 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
Ludovic Courtès wrote:
> Hi,
>
> Alan Pae <[EMAIL PROTECTED]> 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 d