Commit 55dff63c authored by unknown's avatar unknown

os0sync.c Eliminate compiler warning in Win


innobase/os/os0sync.c:
  Eliminate compiler warning in Win
parent a35f3161
......@@ -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