efl check - fix uniit var warning by setting to 0 to start

This commit is contained in:
Carsten Haitzler 2018-11-07 09:48:43 +00:00
parent ce400382d8
commit 9fd36d7037
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ _efl_suite_build_and_run(int argc, const char **argv, const char *suite_name, co
int can_fork = 0;
Eina_Bool timeout_reached = EINA_FALSE;
#ifdef ENABLE_TIMING_INFO
double tstart, tcstart;
double tstart = 0.0, tcstart = 0.0;
int timing = _timing_enabled();
if (timing)