diff options
author | Chen Qun <kuhn.chenqun@huawei.com> | 2020-10-14 19:44:30 +0800 |
---|---|---|
committer | Eric Blake <eblake@redhat.com> | 2020-10-26 06:56:24 -0500 |
commit | a024890a64085d3d37ad7eda164775251285c14c (patch) | |
tree | 2345fa9bf8d43c5904e4820e5cd7398aeeeb83c5 /migration/rdma.h | |
parent | ed7b70c27b5c11ff4800e608d301cd7a36b81c5e (diff) |
migration/block-dirty-bitmap: fix uninitialized variable warning
A default value is provided for the variable 'bitmap_name' to avoid
a compiler warning.
The compiler showed the warning:
migration/block-dirty-bitmap.c:1090:13: warning: ‘bitmap_name’
may be used uninitialized in this function [-Wmaybe-uninitialized]
g_strlcpy(s->bitmap_name, bitmap_name, sizeof(s->bitmap_name));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Reported-by: Euler Robot <euler.robot@huawei.com>
Signed-off-by: Chen Qun <kuhn.chenqun@huawei.com>
Message-Id: <20201014114430.1898684-1-kuhn.chenqun@huawei.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
[eblake: commit message grammar tweaks]
Signed-off-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'migration/rdma.h')
0 files changed, 0 insertions, 0 deletions