Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/historical/nawk/bin No longer needs -Wno-array-boun...
details: https://anonhg.NetBSD.org/src/rev/6c3a74539574
branches: trunk
changeset: 768145:6c3a74539574
user: joerg <joerg%NetBSD.org@localhost>
date: Tue Aug 09 13:06:31 2011 +0000
description:
No longer needs -Wno-array-bounds with clang.
diffstat:
external/historical/nawk/bin/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (13 lines):
diff -r 4c0fb6db8415 -r 6c3a74539574 external/historical/nawk/bin/Makefile
--- a/external/historical/nawk/bin/Makefile Tue Aug 09 13:06:10 2011 +0000
+++ b/external/historical/nawk/bin/Makefile Tue Aug 09 13:06:31 2011 +0000
@@ -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>
Home |
Main Index |
Thread Index |
Old Index