mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-08-05 23:42:09 +00:00
cmapctl: initialize more variables
and kill the last gcc warnings Reviewed-by: Steven Dake <sdake@redhat.com> Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
This commit is contained in:
parent
d73ba6dd87
commit
3be0f02587
@ -503,8 +503,8 @@ static void set_key(cmap_handle_t handle, const char *key_name, const char *key_
|
||||
uint64_t u64;
|
||||
double dbl;
|
||||
float flt;
|
||||
cs_error_t err;
|
||||
int scanf_res;
|
||||
cs_error_t err = CS_OK;
|
||||
int scanf_res = 0;
|
||||
|
||||
cmap_value_types_t type;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user