Re: avoid new GCC-7-exposed warnings

2016-11-02 Thread Eric Blake
On 11/01/2016 05:24 PM, Eric Blake wrote: >> Subject: [PATCH 1/3] gnulib: update to latest and adapt printf-quote.sh test >> >> * .gitignore: Add /lib/limits.h. >> * tests/misc/printf-quote.sh: Reflect that a single quote is now >> rendered as "'", rather than as ''\'''. >> --- >> .gitignore

Re: avoid new GCC-7-exposed warnings

2016-11-01 Thread Eric Blake
On 10/14/2016 11:47 PM, Jim Meyering wrote: > I tried to build the coreutils using very recent GCC 7, built from > latest git, and encountered a few new warnings (errors when configured > with --enable-gcc-warnings), so wrote the following to address them. > With these, everything now compiles warn