Subject: CVS commit: gnusrc
To: None <source-changes@netbsd.org>
From: Bill Sommerfeld <sommerfeld@netbsd.org>
List: source-changes
Date: 10/18/2000 16:57:50
Module Name:	gnusrc
Committed By:	sommerfeld
Date:		Wed Oct 18 13:57:50 UTC 2000

Modified Files:
	gnusrc/gnu/dist/gcc: c-decl.c

Log Message:
When setting warn_format to a nonzero value, always use
	warn_format = MAX(warn_format, N);
This prevents -Wnetbsd-format-audit -Wall from turning off stricter checks.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 gnusrc/gnu/dist/gcc/c-decl.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.