Project

General

Profile

Bug #633 ยป 0001-cli_classic-initialize-time_start-to-avoid-clang-war.patch

Bhargav Rathod, 03/07/2026 12:59 PM

View differences:

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);
    (1-1/1)