Hallo Ralf,

On 2 Apr 2007, at 18:45, Ralf Wildenhues wrote:
* 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'

This one is waiting for %z support from gnulib (maybe when snprintfv is
fully merged).

../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'

Thats because we're using a string pointer dereference to index a 256 element
array.  I can't think of a pleasant way to fix that... ideas?

and also, I still get two test failures on GNU/Linux x86_64.

I'll add that to my post-libtool-2 TODO ;-)

Cheers,
        Gary
--
  ())_.              Email me: [EMAIL PROTECTED]
  ( '/           Read my blog: http://blog.azazil.net
  / )=         ...and my book: http://sources.redhat.com/autobook
`(_~)_ Join my AGLOCO Network: http://www.agloco.com/r/BBBS7912




Attachment: PGP.sig
Description: This is a digitally signed message part

_______________________________________________
Bug-m4 mailing list
Bug-m4@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-m4

Reply via email to