Re: Compilation warnings in net_db.c

2016-07-16 Thread Eli Zaretskii
> From: Andy Wingo > Cc: guile-devel@gnu.org > Date: Sat, 16 Jul 2016 10:53:37 +0200 > > >net_db.c:454:20: warning: 'sym_ai_passive' defined but not used > > [-Wunused-variable] > > SCM_VARIABLE_INIT (sym_ai_passive, "AI_PASSIVE", > >^ > >../libguile/snarf.h:82:29

Re: Compilation warnings in net_db.c

2016-07-16 Thread Andy Wingo
Hi, On Fri 15 Jul 2016 21:23, Eli Zaretskii writes: > While compiling net_db.c from Guile 2.0.12 with MinGW, I get a bunch > of warnings such as this one: > >net_db.c:454:20: warning: 'sym_ai_passive' defined but not used > [-Wunused-variable] > SCM_VARIABLE_INIT (sym_ai_passive, "AI_PA

Compilation warnings in net_db.c

2016-07-15 Thread Eli Zaretskii
While compiling net_db.c from Guile 2.0.12 with MinGW, I get a bunch of warnings such as this one: net_db.c:454:20: warning: 'sym_ai_passive' defined but not used [-Wunused-variable] SCM_VARIABLE_INIT (sym_ai_passive, "AI_PASSIVE", ^ ../libguile/snarf.h:82:29: not