]> git.proxmox.com Git - qemu.git/commit
target-mips: Remove assignment to a variable which is never used
authorStefan Weil <sw@weilnetz.de>
Thu, 25 Jul 2013 20:10:31 +0000 (22:10 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 28 Jul 2013 22:31:43 +0000 (00:31 +0200)
commitd2e46d59cac7d8259bf80abcddfebde87014d610
tree61b3408dce04880895fab92e384d5582467cfa39
parentd36c231f4b7386bd8230aa17d362b925aa419b2f
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>
target-mips/op_helper.c