--- zzzz-none-000/linux-2.6.32.61/include/net/ip.h 2013-06-10 09:43:48.000000000 +0000 +++ virian-300e-630/linux-2.6.32.61/include/net/ip.h 2013-10-23 09:37:35.000000000 +0000 @@ -130,7 +130,7 @@ * multicast packets. */ -static inline void ip_tr_mc_map(__be32 addr, char *buf) +static inline void ip_tr_mc_map(__be32 addr __attribute__((unused)), char *buf) { buf[0]=0xC0; buf[1]=0x00; @@ -362,8 +362,7 @@ * Functions provided by ip_options.c */ -extern void ip_options_build(struct sk_buff *skb, struct ip_options *opt, - __be32 daddr, struct rtable *rt, int is_frag); +extern void ip_options_build(struct sk_buff *skb, struct ip_options *opt, __be32 daddr, struct rtable *rt, int is_frag); extern int ip_options_echo(struct ip_options *dopt, struct sk_buff *skb); extern void ip_options_fragment(struct sk_buff *skb); extern int ip_options_compile(struct net *net,