Commit 0e975ded authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

Fix compiler warning on Windows.

parent d92e84e0
......@@ -3455,6 +3455,7 @@ row_search_idx_cond_check(
}
ut_error;
return(ICP_ABORTED_BY_USER); /* Keep compiler happy */
}
/********************************************************************//**
......
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