OSDN Git Service

netfilter: fix the warning on unused refcount variable
authorReshetova, Elena <elena.reshetova@intel.com>
Mon, 20 Mar 2017 09:43:28 +0000 (11:43 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 20 Mar 2017 09:49:12 +0000 (10:49 +0100)
commit4485a841be171dbd8d3f0701b00f59d389e94ce6
tree75d84f9d9ec8965b086a642bfbf413544c06f18b
parentb54ab92b84b6161f91b1ad9160199422b3699009
netfilter: fix the warning on unused refcount variable

net/netfilter/nfnetlink_acct.c: In function 'nfnl_acct_try_del':
net/netfilter/nfnetlink_acct.c:329:15: warning: unused variable 'refcount' [-Wunused-variable]
unsigned int refcount;
             ^

Fixes: b54ab92b84b6 ("netfilter: refcounter conversions")
Signed-off-by: Elena Reshetova <elena.reshetova@intel.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/nfnetlink_acct.c