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/a52a05b1e7dd
branches:  trunk
changeset: 934419:a52a05b1e7dd
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 b42cc4b1c0a4 -r a52a05b1e7dd 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