Commit 5a76dfea authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

Fix compiler warning on Windows.

parent 86412208
......@@ -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