compile warnings when including avltree-list and gcc-warnings is enabled

2014-09-05 Thread Dylan Cali
Hello, After adding a couple gnulib modules to coreutils I get several warnings. As a result, make fails since -Werror is enabled by default. If I configure with --disable-gcc-warnings then the warnings go away. The culprit seems to be avltree-list: diff --git bootstrap.conf bootstrap.conf ind

Re: compile warnings when including avltree-list and gcc-warnings is enabled

2014-09-05 Thread Paul Eggert
Thanks, it looks like some declarations are missing in the corresponding .h file, or are missing attributes that they should have. Is that something you could write a patch for?

Re: compile warnings when including avltree-list and gcc-warnings is enabled

2014-09-05 Thread Dylan Cali
Sure, I'll take a look when I have a moment. Thanks, Dylan On Fri, Sep 5, 2014 at 10:51 AM, Paul Eggert wrote: > Thanks, it looks like some declarations are missing in the corresponding .h > file, or are missing attributes that they should have. Is that something > you could write a patch for?

Re: [PATCH v2] gnulib-tool: Download PO files

2014-09-05 Thread Ben Pfaff
On Thu, Sep 04, 2014 at 05:41:08PM +0200, Mathieu Anquetin wrote: > On Thu, Sep 4, 2014 at 5:12 PM, Ben Pfaff wrote: > > On Thu, Sep 04, 2014 at 08:54:47AM +0200, Mathieu Anquetin wrote: > >> These two patches change the behavior of gnulib-tool for downloading PO > >> files from the Translation Pr