Re: linux-next: build warning in Linus' tree
From: Eric Dumazet <hidden>
Date: 2011-05-30 02:01:11
Also in:
lkml, netfilter-devel
From: Eric Dumazet <hidden>
Date: 2011-05-30 02:01:11
Also in:
lkml, netfilter-devel
Le lundi 30 mai 2011 à 11:43 +1000, Stephen Rothwell a écrit :
Hi all, In Linus' tree, today's linux-next build (powerpc ppc64_defconfig) produced this warning: net/ipv4/netfilter/nf_nat_standalone.c: In function 'nf_nat_fn': net/ipv4/netfilter/nf_nat_standalone.c:119:2: warning: case value '4' not in enumerated type 'enum ip_conntrack_info' net/ipv4/netfilter/ipt_CLUSTERIP.c: In function 'clusterip_tg': net/ipv4/netfilter/ipt_CLUSTERIP.c:324:3: warning: case value '4' not in enumerated type 'enum ip_conntrack_info' I am now using gcc v4.5.2.
I sent a patch for this some days ago, not sure what happened to it. David Acked it, but Patrick is a bit busy these days. http://www.spinics.net/lists/netdev/msg164837.html Thanks