Commit c974ddb5 authored by inaam's avatar inaam

branches/zip issue#463

Fixed compiler warning about uninitialized variable.

Non-functional change.
parent 232b3dce
......@@ -3914,6 +3914,9 @@ os_aio_simulated_handle(
ulint n;
ulint i;
/* Fix compiler warning */
*consecutive_ios = NULL;
segment = os_aio_get_array_and_local_segment(&array, global_segment);
restart:
......
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