Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/lutok/tests/lib/liblutok lutok: auto_ptr replac...



details:   https://anonhg.NetBSD.org/src/rev/e35a7c490b70
branches:  trunk
changeset: 935420:e35a7c490b70
user:      lukem <lukem%NetBSD.org@localhost>
date:      Thu Jul 02 13:56:10 2020 +0000

description:
lutok: auto_ptr replaced; remove build workaround

diffstat:

 external/bsd/lutok/tests/lib/liblutok/Makefile |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r e7ecb8999f2f -r e35a7c490b70 external/bsd/lutok/tests/lib/liblutok/Makefile
--- a/external/bsd/lutok/tests/lib/liblutok/Makefile    Thu Jul 02 13:54:19 2020 +0000
+++ b/external/bsd/lutok/tests/lib/liblutok/Makefile    Thu Jul 02 13:56:10 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/06/21 14:12:50 lukem Exp $
+# $NetBSD: Makefile,v 1.4 2020/07/02 13:56:10 lukem Exp $
 
 .include <bsd.own.mk>
 
@@ -10,9 +10,6 @@
 CPPFLAGS+=     -DHAVE_CONFIG_H
 CPPFLAGS+=     -I${NETBSDSRCDIR}/lib/liblutok
 
-# lutok uses auto_ptr; g++ 8 complains about it
-CXXFLAGS+=     -Wno-deprecated-declarations
-
 FILESDIR=      ${TESTSDIR}
 
 TESTS_CXX=



Home | Main Index | Thread Index | Old Index