diff options
author | Juan Quintela <quintela@redhat.com> | 2023-10-11 22:35:26 +0200 |
---|---|---|
committer | Juan Quintela <quintela@redhat.com> | 2023-10-17 09:25:13 +0200 |
commit | 14e2fcbbf80fc3c25c182f6624207daf64de9d88 (patch) | |
tree | dffcab6b82ac233bad0176ef820a84a2c2fe0563 /qobject/json-writer.c | |
parent | ebdb85f9d13237287a165f1097e68206a7d5181b (diff) | |
download | qemu-14e2fcbbf80fc3c25c182f6624207daf64de9d88.zip qemu-14e2fcbbf80fc3c25c182f6624207daf64de9d88.tar.gz qemu-14e2fcbbf80fc3c25c182f6624207daf64de9d88.tar.bz2 |
migration/rdma: Declare for index variables local
Declare all variables that are only used inside a for loop inside the
for statement.
This makes clear that they are not used outside of the for loop.
Reviewed-by: Fabiano Rosas <farosas@suse.de>
Reviewed-by: Li Zhijian <lizhijian@fujitsu.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
Message-ID: <20231011203527.9061-13-quintela@redhat.com>
Diffstat (limited to 'qobject/json-writer.c')
0 files changed, 0 insertions, 0 deletions