--- zzzz-none-000/linux-2.6.32.60/arch/mips/kernel/syscall.c 2012-10-07 21:41:24.000000000 +0000 +++ ur8-7270-606/linux-2.6.32.60/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];