Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Aug 2017 07:58:37 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r321908 - stable/11/sys/sys
Message-ID:  <201708020758.v727wb4p002329@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Wed Aug  2 07:58:36 2017
New Revision: 321908
URL: https://svnweb.freebsd.org/changeset/base/321908

Log:
  MFC r321512:
  Mark name_PCTRIE_LOOKUP_LE() generated function unused.

Modified:
  stable/11/sys/sys/pctrie.h
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/sys/pctrie.h
==============================================================================
--- stable/11/sys/sys/pctrie.h	Wed Aug  2 05:47:26 2017	(r321907)
+++ stable/11/sys/sys/pctrie.h	Wed Aug  2 07:58:36 2017	(r321908)
@@ -76,7 +76,7 @@ name##_PCTRIE_LOOKUP(struct pctrie *ptree, uint64_t ke
 	return name##_PCTRIE_VAL2PTR(pctrie_lookup(ptree, key));	\
 }									\
 									\
-static __inline struct type *						\
+static __inline __unused struct type *						\
 name##_PCTRIE_LOOKUP_LE(struct pctrie *ptree, uint64_t key)		\
 {									\
 									\



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708020758.v727wb4p002329>