[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: avoid some more warnings in tests
From: |
Ralf Wildenhues |
Subject: |
Re: avoid some more warnings in tests |
Date: |
Mon, 25 Sep 2006 19:50:18 +0200 |
User-agent: |
Mutt/1.5.13 (2006-08-11) |
Hello Paul,
* Paul Eggert wrote on Mon, Sep 25, 2006 at 08:31:57AM CEST:
> Ralf Wildenhues <address@hidden> writes:
>
> > * lib/autoconf/functions.m4 (AC_FUNC_OBSTACK): Avoid `gcc -Wall'
> > warnings (uninitialized value).
> > (AC_FUNC_UTIME_NULL): Likewise, test for and include <utime.h> if
> > present.
> > * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT): Likewise, add
> > parentheses.
> > (AC_STRUCT_TM): Likewise, avoid unused variables.
>
> How about the following patch instead? It checks tm_sec a bit more
> tightly, and adds some parentheses for the ll check. And it
> should work even if gcc gets smarter about obstack_free.
Yes, that's better. I installed that. Thank you!
Cheers,
Ralf