]> Git Repo - qemu.git/commit
target-mips: Remove assignment to a variable which is never used
authorStefan Weil <[email protected]>
Thu, 25 Jul 2013 20:10:31 +0000 (22:10 +0200)
committerAurelien Jarno <[email protected]>
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 <[email protected]>
Signed-off-by: Aurelien Jarno <[email protected]>
target-mips/op_helper.c
This page took 0.027732 seconds and 4 git commands to generate.