Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Todd Vierling <tv@netbsd.org>
List: source-changes
Date: 10/04/1998 11:43:30
Module Name:	src
Committed By:	tv
Date:		Sun Oct  4 18:43:30 UTC 1998

Modified Files:
	src/gnu/usr.bin/egcs/cpp: Makefile
Log Message:
Set -Wno-error on gcc 2.7.  The warning-error on cexp.y is bogus (it is a
warning for never-executed code that egcs properly does not issue).
Unfortunately, that particular warning cannot be switched off individually.