Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/bind/dist/lib/isc/include/isc mark unused funct...



details:   https://anonhg.NetBSD.org/src/rev/cc0317f61df9
branches:  trunk
changeset: 791060:cc0317f61df9
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Nov 02 17:12:23 2013 +0000

description:
mark unused function as used.

diffstat:

 external/bsd/bind/dist/lib/isc/include/isc/util.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d80181fa7333 -r cc0317f61df9 external/bsd/bind/dist/lib/isc/include/isc/util.h
--- a/external/bsd/bind/dist/lib/isc/include/isc/util.h Sat Nov 02 17:11:39 2013 +0000
+++ b/external/bsd/bind/dist/lib/isc/include/isc/util.h Sat Nov 02 17:12:23 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: util.h,v 1.7 2012/06/05 00:42:41 christos Exp $        */
+/*     $NetBSD: util.h,v 1.8 2013/11/02 17:12:23 christos Exp $        */
 
 /*
  * Copyright (C) 2004-2007, 2010-2012  Internet Systems Consortium, Inc. ("ISC")
@@ -77,7 +77,7 @@
  * Use this in translation units that would otherwise be empty, to
  * suppress compiler warnings.
  */
-#define EMPTY_TRANSLATION_UNIT static void isc__empty(void) { isc__empty(); }
+#define EMPTY_TRANSLATION_UNIT static void __used isc__empty(void) { isc__empty(); }
 
 /*%
  * We use macros instead of calling the routines directly because



Home | Main Index | Thread Index | Old Index