Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/atf/tests/atf/atf-c/detail Clang supports -Wno-...
details: https://anonhg.NetBSD.org/src/rev/0c1d340be959
branches: trunk
changeset: 780902:0c1d340be959
user: joerg <joerg%NetBSD.org@localhost>
date: Fri Aug 10 17:12:11 2012 +0000
description:
Clang supports -Wno-stack-protector.
diffstat:
external/bsd/atf/tests/atf/atf-c/detail/Makefile | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (18 lines):
diff -r b3f33b0b5bce -r 0c1d340be959 external/bsd/atf/tests/atf/atf-c/detail/Makefile
--- a/external/bsd/atf/tests/atf/atf-c/detail/Makefile Fri Aug 10 16:49:35 2012 +0000
+++ b/external/bsd/atf/tests/atf/atf-c/detail/Makefile Fri Aug 10 17:12:11 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2011/07/18 19:30:49 tron Exp $
+# $NetBSD: Makefile,v 1.3 2012/08/10 17:12:11 joerg Exp $
.include <bsd.own.mk>
@@ -34,8 +34,6 @@
# Don't warn about functions which cannot be stack smash protected as
# there are a lot of them.
-.if defined(HAVE_GCC) || defined(HAVE_PCC)
COPTS.dynstr_test.c= -Wno-stack-protector
-.endif
.include <bsd.test.mk>
Home |
Main Index |
Thread Index |
Old Index