Fixed warning

This commit is contained in:
Uwe Seimet 2021-12-20 19:42:36 +01:00
parent 362a90f3dc
commit bf9d90664c
1 changed files with 2 additions and 1 deletions

View File

@ -337,7 +337,8 @@ int main(int argc, char* argv[])
DWORD prev_sample = 0xFFFFFFFF;
DWORD this_sample = 0;
struct sched_param schparam;
timeval start_time, stop_time;
timeval start_time;
timeval stop_time;
uint64_t loop_count = 0;
timeval time_diff;
uint64_t elapsed_us;