Re: [PATCH] next: mips: bpf: Fix build failure

2014-09-30 Thread David Miller
From: Guenter Roeck Date: Tue, 30 Sep 2014 09:39:00 -0700 > Fix: > > arch/mips/net/bpf_jit.c: In function 'build_body': > arch/mips/net/bpf_jit.c:762:6: error: unused variable 'tmp' > cc1: all warnings being treated as errors > make[2]: *** [arch/mips/net/bpf_jit.o] Error 1 > > Seen when buildi

[PATCH] next: mips: bpf: Fix build failure

2014-09-30 Thread Guenter Roeck
Fix: arch/mips/net/bpf_jit.c: In function 'build_body': arch/mips/net/bpf_jit.c:762:6: error: unused variable 'tmp' cc1: all warnings being treated as errors make[2]: *** [arch/mips/net/bpf_jit.o] Error 1 Seen when building mips:allmodconfig in -next since next-20140924. Signed-off-by: Guenter R