GCC & errors

From: Robert Collins <robert.collins@dont-contact.us>
Date: Wed, 7 Mar 2001 23:26:12 +1100

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