2.4.25-pre7 ip_conntrack warning

From: Nick
Date: Sat Jan 24 2004 - 15:14:24 EST


Hello all,

My first post :)

I noticed a problem with building this - I have netfilter built in
the kernel, and get a warning from GCC in:

net/ivp4/netfilter/ip_conntrack_core.c

in

'ip_conntrack_helper_unregister' at line 1160:

passing arg 1 at 'unhelp' discards qualifier from pointer target
type.

for (i = 0; i < ip_conntrack_htable_size; i++)
---> LIST_FIND_W(&ip_conntrack_hash[i], unhelp,
struct ip_conntrack_tuple_hash *, me);

It appears not to cause any problems...

Sorry if I reported this wrongly, or wayward - still learning :)

Nick
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/