Bruno Haible wrote:
> Hi Paolo,
>
> In gettext, when building on mingw, I compile gnulib in C mode but use some
> of it in C++ mode. I got link errors because of rpl_select and rpl_close.
> Adding the usual 'extern "C" { ... }' in the header file fixed it. OK?
>
> Also, I compile with -Wall, and got two warnings about unused variables. OK
> to remove them?Of course, sorry for missing those. Paolo
