summaryrefslogtreecommitdiff
path: root/innobase/fil
diff options
context:
space:
mode:
authorunknown <heikki@hundin.mysql.fi>2005-06-27 18:58:32 +0300
committerunknown <heikki@hundin.mysql.fi>2005-06-27 18:58:32 +0300
commit49e38d31f7de5c0cbbf0f3489000f7eae89a5702 (patch)
tree81564c87116b2e2ae04d2ea7c3e10a0ad896bd11 /innobase/fil
parentd94c77453104f9c5c0a3681a23195b8628e34558 (diff)
downloadmariadb-git-49e38d31f7de5c0cbbf0f3489000f7eae89a5702.tar.gz
Many files:
Remove compiler warnings on Windows - Bug #11580 innobase/btr/btr0btr.c: Remove compiler warnings on Windows - Bug #11580 innobase/btr/btr0cur.c: Remove compiler warnings on Windows - Bug #11580 innobase/fil/fil0fil.c: Remove compiler warnings on Windows - Bug #11580 innobase/ibuf/ibuf0ibuf.c: Remove compiler warnings on Windows - Bug #11580 innobase/log/log0recv.c: Remove compiler warnings on Windows - Bug #11580 innobase/os/os0file.c: Remove compiler warnings on Windows - Bug #11580 innobase/page/page0page.c: Remove compiler warnings on Windows - Bug #11580 innobase/row/row0upd.c: Remove compiler warnings on Windows - Bug #11580
Diffstat (limited to 'innobase/fil')
-rw-r--r--innobase/fil/fil0fil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/innobase/fil/fil0fil.c b/innobase/fil/fil0fil.c
index 299b55f3d2b..e236304b388 100644
--- a/innobase/fil/fil0fil.c
+++ b/innobase/fil/fil0fil.c
@@ -4034,7 +4034,7 @@ fil_aio_wait(
if (os_aio_use_native_aio) {
srv_set_io_thread_op_info(segment, "native aio handle");
#ifdef WIN_ASYNC_IO
- ret = os_aio_windows_handle(segment, 0, (void**) &fil_node,
+ ret = os_aio_windows_handle(segment, 0, &fil_node,
&message, &type);
#elif defined(POSIX_ASYNC_IO)
ret = os_aio_posix_handle(segment, &fil_node, &message);