> 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
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
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