Bug #633 ยป 0001-cli_classic-initialize-time_start-to-avoid-clang-war.patch
| cli_classic.c | ||
|---|---|---|
|
int ret = 0;
|
||
|
int all_matched_count = 0;
|
||
|
const char **all_matched_names = NULL;
|
||
|
time_t time_start, time_end;
|
||
|
time_t time_start = 0, time_end = 0;
|
||
|
struct flashctx *context = NULL; /* holds the active detected chip and other info */
|
||
|
ret = flashrom_create_context(&context);
|
||