Skip to content
Snippets Groups Projects
Commit 71271aab authored by Ralf Baechle's avatar Ralf Baechle
Browse files

MIPS: c-r4k: Fix GCC 4.6.0 build error


  CC      arch/mips/mm/c-r4k.o
arch/mips/mm/c-r4k.c: In function 'probe_scache':
arch/mips/mm/c-r4k.c:1078:6: error: variable 'tmp' set but not used [-Werror=unused-but-set-variable]
cc1: all warnings being treated as errors

Older GCC versions didn't warn about the unused variable tmp because it was
getting initialized.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent c54794d1
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment