mirror of
https://github.com/troglobit/editline.git
synced 2025-09-14 23:28:09 +08:00
Fix GCC warning 's might possibly be used uninitialized"
This commit is contained in:
@@ -1136,7 +1136,7 @@ static el_status_t c_complete(void)
|
||||
char *word, *new;
|
||||
SIZE_T len;
|
||||
int unique;
|
||||
el_status_t s;
|
||||
el_status_t s = 0;
|
||||
|
||||
if (!rl_complete) {
|
||||
return ring_bell();
|
||||
|
Reference in New Issue
Block a user