Commit 36576b7e authored by inaam's avatar inaam

branches/zip issue#463

Fixed compiler warning about uninitialized variable.

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