Simon Josefsson <[EMAIL PROTECTED]> wrote: > I ported Eric Blake's test-memchr.c fix to test-memrchr.c, and fixed > another minor bug in test-getdate.c. This fixed the two warnings that > are easy to fix on: > > http://autobuild.josefsson.org/gnulib/log-200809290932420171000.txt > > The rest are warnings about possibly uninitialized variables, but all > the code has '#ifdef lint' checks to work around it. I'm not sure it is > worth any effort to try to do more.
Those look fine to me. Thanks!