Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Todd Vierling <tv@netbsd.org>
List: source-changes
Date: 08/20/1998 13:13:14
Module Name:	src
Committed By:	tv
Date:		Thu Aug 20 20:13:13 UTC 1998

Modified Files:
	src/gnu/dist/gcc: c-common.c c-decl.c
	src/gnu/dist/gcc/cp: decl2.c
Log Message:
Add -Wno-format-y2k option to kill Y2K based strftime() warnings.  Note
that -Wformat-y2k doesn't work on C, and doesn't do anything notable by
itself on C++ (use -Wformat).