Commit 57b7af64 authored by Marko Mäkelä's avatar Marko Mäkelä

btr_corruption_report(): Add ATTRIBUTE_NORETURN

parent 36b0507a
......@@ -179,7 +179,7 @@ btr_corruption_report(
/*==================*/
const buf_block_t* block, /*!< in: corrupted block */
const dict_index_t* index) /*!< in: index tree */
ATTRIBUTE_COLD __attribute__((nonnull));
ATTRIBUTE_COLD ATTRIBUTE_NORETURN MY_ATTRIBUTE((nonnull));
/** Assert that a B-tree page is not corrupted.
@param block buffer block containing a B-tree page
......
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