diff options
author | Stefan Weil <sw@weilnetz.de> | 2013-07-25 22:10:31 +0200 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2013-07-29 00:31:43 +0200 |
commit | d2e46d59cac7d8259bf80abcddfebde87014d610 (patch) | |
tree | 61b3408dce04880895fab92e384d5582467cfa39 /vl.c | |
parent | d36c231f4b7386bd8230aa17d362b925aa419b2f (diff) | |
download | qemu-d2e46d59cac7d8259bf80abcddfebde87014d610.zip qemu-d2e46d59cac7d8259bf80abcddfebde87014d610.tar.gz qemu-d2e46d59cac7d8259bf80abcddfebde87014d610.tar.bz2 |
target-mips: Remove assignment to a variable which is never used
This assignment causes a compiler warning for compilations with the compiler
option -Wunused-but-set-variable (which is included with -Wextra).
Removing it allows using -Wextra for QEMU code without suppressing too many
extra warnings.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'vl.c')
0 files changed, 0 insertions, 0 deletions