[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: HEAD: inclusion order wrong for input.c
From: |
Ralf Wildenhues |
Subject: |
Re: HEAD: inclusion order wrong for input.c |
Date: |
Mon, 2 Apr 2007 19:45:54 +0200 |
User-agent: |
Mutt/1.5.13 (2006-08-11) |
* Gary V. Vaughan wrote on Mon, Apr 02, 2007 at 02:32:45PM CEST:
> Thanks for the report. Although I don't get this warning, I have cleaned
> up the remaining warnings that I did see on OS X.
Thanks, looking better now. I do get these warnings now, with -Wall:
../m4/m4/macro.c: In function 'expand_macro':
../m4/m4/macro.c:279: warning: format '%d' expects type 'int', but argument 5
has type 'size_t'
../m4/m4/macro.c: In function 'process_macro':
../m4/m4/macro.c:425: warning: array subscript has type 'char'
../m4/m4/macro.c:478: warning: array subscript has type 'char'
../m4/src/freeze.c: In function ‘produce_resyntax_dump’:
../m4/src/freeze.c:97: warning: format ‘%d’ expects type ‘int’, but argument 3
has type ‘size_t’
and also, I still get two test failures on GNU/Linux x86_64.
Cheers,
Ralf
- HEAD: inclusion order wrong for input.c, Ralf Wildenhues, 2007/04/02
- Re: HEAD: inclusion order wrong for input.c, Gary V. Vaughan, 2007/04/02
- Re: HEAD: inclusion order wrong for input.c,
Ralf Wildenhues <=
- Re: HEAD: inclusion order wrong for input.c, Ralf Wildenhues, 2007/04/02
- Re: HEAD: inclusion order wrong for input.c, Gary V. Vaughan, 2007/04/02
- Re: HEAD: inclusion order wrong for input.c, Eric Blake, 2007/04/02
- Re: HEAD: inclusion order wrong for input.c, Gary V. Vaughan, 2007/04/03
- Re: HEAD: inclusion order wrong for input.c, Eric Blake, 2007/04/03
- Re: HEAD: inclusion order wrong for input.c, Ralf Wildenhues, 2007/04/03