From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Rothwell Subject: linux-next: build warning after merge of the netfilter-next tree Date: Tue, 7 Nov 2017 11:02:48 +1100 Message-ID: <20171107110248.7f1924a7@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Linux-Next Mailing List , Linux Kernel Mailing List , Florian Westphal To: Pablo Neira Ayuso , NetFilter Return-path: Received: from ozlabs.org ([103.22.144.67]:45413 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932808AbdKGACv (ORCPT ); Mon, 6 Nov 2017 19:02:51 -0500 Sender: netfilter-devel-owner@vger.kernel.org List-ID: Hi all, After merging the netfilter-next tree, today's linux-next build (powerpc ppc64_defconfig) produced this warning: net/netfilter/nf_conntrack_netlink.c:536:15: warning: 'ctnetlink_proto_size' defined but not used [-Wunused-function] static size_t ctnetlink_proto_size(const struct nf_conn *ct) ^ Introduced by commit 5caaed151a68 ("netfilter: conntrack: don't cache nlattr_tuple_size result in nla_size") -- Cheers, Stephen Rothwell