Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/conf/Makefile.kern.inc,v rcsdiff: /ftp/cvs/cvsroot/src/sys/conf/Makefile.kern.inc,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.79 retrieving revision 1.80 diff -u -p -r1.79 -r1.80 --- src/sys/conf/Makefile.kern.inc 2006/05/20 00:47:27 1.79 +++ src/sys/conf/Makefile.kern.inc 2006/05/21 04:53:23 1.80 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.kern.inc,v 1.79 2006/05/20 00:47:27 christos Exp $ +# $NetBSD: Makefile.kern.inc,v 1.80 2006/05/21 04:53:23 christos Exp $ # # This file contains common `MI' targets and definitions and it is included # at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}. @@ -77,7 +77,7 @@ CWARNFLAGS+= -Wcast-qual -Wwrite-strings # but our sources aren't up for it yet. CWARNFLAGS+= -Wno-sign-compare . if ${HAVE_GCC} > 3 -CWARNFLAGS+= -Wno-pointer-sign +CWARNFLAGS+= -Wno-pointer-sign -Wno-attribute . endif .endif