pygoscelis: Re-disable CONFIG_WERROR

This time the netfilter folks screwed up:
net/netfilter/nf_conntrack_netlink.c: In function 'ctnetlink_conntrack_event':
net/netfilter/nf_conntrack_netlink.c:725:13: error: unused variable 'mark' [-Werror=unused-variable]
  725 |         u32 mark;
      |             ^~~~
net/netfilter/nf_conntrack_netlink.c: In function '__ctnetlink_glue_build':
net/netfilter/nf_conntrack_netlink.c:2674:13: error: unused variable 'mark' [-Werror=unused-variable]
 2674 |         u32 mark;
      |             ^~~~
cc1: all warnings being treated as errors
This commit is contained in:
Nils Freydank 2022-12-03 18:40:23 +01:00
parent 1134521ccb
commit 83e7555311
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ CONFIG_THREAD_INFO_IN_TASK=y
#
CONFIG_INIT_ENV_ARG_LIMIT=32
# CONFIG_COMPILE_TEST is not set
CONFIG_WERROR=y
# CONFIG_WERROR is not set
CONFIG_LOCALVERSION="-T14s"
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_BUILD_SALT=""