commit | 71271aab8cbdeb9612761db3230fe8dadb9a01c3 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Tue Mar 29 10:50:38 2011 +0200 |
committer | Ralf Baechle <ralf@linux-mips.org> | Tue May 10 18:15:22 2011 +0100 |
tree | 3a520edc32df6024158e7441a45003404a87f402 | |
parent | c54794d19e61472156e37263c074225574c80df1 [diff] |
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: Ralf Baechle <ralf@linux-mips.org>