Furthermore, I'm pretty sure GCC only warns about it if you use -pedantic, i.e. when you explicitly ask it to issue warnings about non-standard language construct. I bet that's in your CFLAGS somewhere, Ilia?
I just installed fresh GCC 4.0 and my CFLAGS for it were:
"-g -O -Wformat=2 -Wall" and I saw those messages.
I then went to another box running GCC 3.4 to try and replicate the problem and there the trailing comma notices only appeared if the pedantic flag was present.
Ilia
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php