Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/common/lib/libprop Unbreak clang builds by removing question...
details: https://anonhg.NetBSD.org/src/rev/af8ee2328de3
branches: trunk
changeset: 972860:af8ee2328de3
user: joerg <joerg%NetBSD.org@localhost>
date: Thu Jun 11 22:25:44 2020 +0000
description:
Unbreak clang builds by removing questionable linker warning sections
trggered all over the place.
diffstat:
common/lib/libprop/prop_object_impl.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r c0b06d4c1cbe -r af8ee2328de3 common/lib/libprop/prop_object_impl.h
--- a/common/lib/libprop/prop_object_impl.h Thu Jun 11 22:21:05 2020 +0000
+++ b/common/lib/libprop/prop_object_impl.h Thu Jun 11 22:25:44 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: prop_object_impl.h,v 1.34 2020/06/06 21:25:59 thorpej Exp $ */
+/* $NetBSD: prop_object_impl.h,v 1.35 2020/06/11 22:25:44 joerg Exp $ */
/*-
* Copyright (c) 2006, 2020 The NetBSD Foundation, Inc.
@@ -492,7 +492,7 @@
#if defined(__NetBSD__)
#include <sys/cdefs.h>
#define _PROP_ARG_UNUSED __unused
-#define _PROP_DEPRECATED(s, m) __warn_references(s, m)
+#define _PROP_DEPRECATED(s, m)
#else
#define _PROP_ARG_UNUSED /* delete */
#define _PROP_DEPRECATED(s, m) /* delete */
Home |
Main Index |
Thread Index |
Old Index