Commit ea436562 authored by heikki@donna.mysql.fi's avatar heikki@donna.mysql.fi

os0sync.c Eliminate compiler warning in Win

parent f9afb659
......@@ -247,6 +247,7 @@ os_event_wait_time(
return(OS_SYNC_TIME_EXCEEDED);
} else {
ut_error;
return(1000000); /* dummy value to eliminate compiler warn. */
}
#else
UT_NOT_USED(time);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment