[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-patch] [PATCH] build: update to latest gnulib and adapt
From: |
Andreas Gruenbacher |
Subject: |
Re: [bug-patch] [PATCH] build: update to latest gnulib and adapt |
Date: |
Thu, 15 Dec 2011 11:02:14 +0100 |
Jim,
On Wed, 2011-12-14 at 16:40 +0100, Jim Meyering wrote:
> There have been a lot of changes in gnulib (over 650 change sets),
> so I updated. That pulled in a few new gcc warning options that
> suggest additions of the const and pure attributes. I've added those.
> It also enabled the -Wformat-nonliteral option, which gets too many
> false positives, so I've disabled that one.
>
> There were also a couple of false-positives to new syntax-check
> rules, which I've exempted.
thanks a lot.
> Ok to push?
It's looking good to me.
Andreas