Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 11/13/1996 21:00:01
cgd
Wed Nov 13 12:53:25 PST 1996
Update of /cvsroot/src/sys/arch/alpha/conf
In directory netbsd1:/var/slash-tmp/cvs-serv1310

Modified Files:
	Makefile.alpha 
Log Message:
Set CWARNFLAGS to:
	-Werror -Wall -Wstrict-prototypes -Wmissing-prototypes
	-Wcast-qual -Wno-format
(if not already set).  -Wno-format is necessary because of the few
bits of code in the tree that use NetBSD's special kernel printf()
formats, and because there are a few bits of code that try to use the 'q' 
modifier to print int64_t's (but int64_t's are only 'long' on the
alpha, not 'long long').