Commit abe9dae4 authored by marko's avatar marko

srv_master_thread(): Add OS_THREAD_DUMMY_RETURN to get rid of a compiler

warning "no return value from a function returning non-void".
parent 475e422b
......@@ -2564,5 +2564,7 @@ suspend_thread:
main thread goes back to loop. */
goto loop;
OS_THREAD_DUMMY_RETURN; /* Not reached, avoid compiler warning */
}
#endif /* !UNIV_HOTBACKUP */
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