Re: [PATCH] Remove unused variable.

2021-05-24 Thread Maxime Devos
Roel Janssen schreef op ma 24-05-2021 om 15:01 [+0200]: > Hi Guilers, > > While compiling Guile with "-Wall" I noticed this unused declaration. I think you ned to modfy gnulib-local/lib/localcharset.c.diff as well. It seems like the original localcharset.c comes from gnulib and it has been patche

[PATCH] Remove unused variable.

2021-05-24 Thread Roel Janssen
Hi Guilers, While compiling Guile with "-Wall" I noticed this unused declaration. Kind regards, Roel Janssen From b67638db33e59e026fdbfb6db5468db4f8aebf01 Mon Sep 17 00:00:00 2001 From: Roel Janssen Date: Mon, 24 May 2021 14:56:20 +0200 Subject: [PATCH] Remove unused variable. * lib/localcharse