Re: [PATCH net-next 1/5] nf_conntrack: fix -Wunused-const-variable=
From: Jakub Kicinski <kuba@kernel.org>
Date: 2023-07-28 03:28:52
Also in:
netfilter-devel
From: Jakub Kicinski <kuba@kernel.org>
Date: 2023-07-28 03:28:52
Also in:
netfilter-devel
On Thu, 27 Jul 2023 20:28:11 -0700 Jakub Kicinski wrote:
quoted
We include dccp_state_names in the macro CONFIG_NF_CONNTRACK_PROCFS, since it is only used in the place which is included in the macro CONFIG_NF_CONNTRACK_PROCFS.FTR I can't say I see this with the versions of gcc / clang I have :S
Ignore. Just my stupidity.