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

2007-06-26 Thread Ludovic Courtès
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

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

2007-06-26 Thread Alan Pae
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