Module Name: src
Committed By: joerg
Date: Tue Aug 9 13:06:31 UTC 2011
Modified Files:
src/external/historical/nawk/bin: Makefile
Log Message:
No longer needs -Wno-array-bounds with clang.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/historical/nawk/bin/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/historical/nawk/bin/Makefile
diff -u src/external/historical/nawk/bin/Makefile:1.6 src/external/historical/nawk/bin/Makefile:1.7
--- src/external/historical/nawk/bin/Makefile:1.6 Mon Jun 20 07:43:57 2011
+++ src/external/historical/nawk/bin/Makefile Tue Aug 9 13:06:31 2011
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2011/06/20 07:43:57 mrg Exp $
+# $NetBSD: Makefile,v 1.7 2011/08/09 13:06:31 joerg Exp $
WARNS?= 4
-CWARNFLAGS.clang+= -Wno-array-bounds -Wno-self-assign
+CWARNFLAGS.clang+= -Wno-self-assign
.include <bsd.own.mk>