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/share/mk/bsd.sys.mk,v rcsdiff: /ftp/cvs/cvsroot/src/share/mk/bsd.sys.mk,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.265 retrieving revision 1.266 diff -u -p -r1.265 -r1.266 --- src/share/mk/bsd.sys.mk 2017/01/12 16:47:18 1.265 +++ src/share/mk/bsd.sys.mk 2017/01/12 19:10:34 1.266 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.sys.mk,v 1.265 2017/01/12 16:47:18 christos Exp $ +# $NetBSD: bsd.sys.mk,v 1.266 2017/01/12 19:10:34 christos Exp $ # # Build definitions used for NetBSD source tree builds. @@ -56,7 +56,7 @@ CFLAGS+= -Wno-sign-compare # Don't suppress warnings coming from constructs in system headers. # Our system headers should be clean and we want to warn about things like: # isdigit((char)1) -CFLAGS+= -Wsystem-headers +#CFLAGS+= -Wsystem-headers CFLAGS+= ${${ACTIVE_CC} == "gcc" :? -Wno-traditional :} .if !defined(NOGCCERROR) # Set assembler warnings to be fatal