Commit 098c5b4d authored by vasil's avatar vasil

branches/zip:

Fix a warning produced when UNIV_DEBUG is defined.
parent f3875286
...@@ -197,7 +197,7 @@ mutex_exit( ...@@ -197,7 +197,7 @@ mutex_exit(
{ {
ut_ad(mutex_own(mutex)); ut_ad(mutex_own(mutex));
ut_d(mutex->thread_id = ULINT_UNDEFINED); ut_d(mutex->thread_id = (os_thread_id_t) ULINT_UNDEFINED);
#ifdef UNIV_SYNC_DEBUG #ifdef UNIV_SYNC_DEBUG
sync_thread_reset_level(mutex); sync_thread_reset_level(mutex);
......
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