--- zzzz-none-000/linux-2.6.32.61/arch/mips/kernel/syscall.c 2013-06-10 09:43:48.000000000 +0000 +++ virian-300e-630/linux-2.6.32.61/arch/mips/kernel/syscall.c 2011-07-06 09:07:38.000000000 +0000 @@ -372,7 +372,7 @@ static int __used noinline _sys_sysmips(nabi_no_regargs struct pt_regs regs) { - long cmd, arg1, arg2, arg3; + long cmd, arg1, arg2, arg3 __attribute__ ((unused)); cmd = regs.regs[4]; arg1 = regs.regs[5];