can I suggest that developers test their code building with -pedantic
(ie in the Makefile
AC_CFLAGS = -g -O2 -Wall -pedantic
)
or
CFLAGS = '-g -O2 -Wall -pedantic' ../srctree/configure ....
That has got me at least some of the errors Adrian is seeing with irix
(different report format, same error AFAICT)
Rob
Received on Wed Mar 07 2001 - 05:22:44 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:13:36 MST