On 03/13/2010 10:57 AM, Jim Meyering wrote:
Jim Meyering wrote:
Paolo Bonzini wrote:
So, here are my patches for 2.6. While they are big, they are worth
Thanks!
I've ACK'd the syntax-related ones.
Now, I'll apply everything, and do a little testing
before reviewing the meatier change sets.
FYI, I turned off -Werror to get past the build warning/failure,
and when I ran "make check" I got these two failures on F12:
They were exposed by
commit 2d6b4e93db8058d23d4e37734b6ad65f9f05872b
Author: Jim Meyering <[email protected]>
Date: Fri Mar 12 19:33:58 2010 +0100
build: avoid build failure with --enable-gcc-warnings
* src/dfa.c: Don't include <assert.h>, now that it is not used.
[DEBUG]: Remove #ifdef block.
I forgot to remove the assertion. I've fixed it in the resubmission.
Paolo