]> Git Repo - qemu.git/commit - util/qemu-option.c
option: Remove shadowing opt decl from qemu_opt_print()
authorDr. David Alan Gilbert <[email protected]>
Thu, 5 Oct 2017 19:07:25 +0000 (20:07 +0100)
committerMarkus Armbruster <[email protected]>
Wed, 20 Dec 2017 08:11:50 +0000 (09:11 +0100)
commitda78e382dddc499882120590ae0ac834881a96b8
tree22423ee09c67719a6befd3e3a52651e84cbb713c
parent7ad9270ee21fdf0262a44ebf7e280c6a85022ced
option: Remove shadowing opt decl from qemu_opt_print()

opt was declared as a separate local inside the last loop,
shadowing the local at the top of the function.

Signed-off-by: Dr. David Alan Gilbert <[email protected]>
Message-Id: <20171005190725[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Signed-off-by: Markus Armbruster <[email protected]>
util/qemu-option.c
This page took 0.025387 seconds and 4 git commands to generate.