Commit edfe3f13 authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

[t:5027] fix compilation, needed attribute unused

git-svn-id: file:///svn/toku/tokudb@44378 c7de825b-a66e-492c-adef-691d508d4ae1
parent 884a480c
......@@ -603,7 +603,7 @@ struct serial_put_extra {
uint64_t current;
};
static int serial_put_op(DB_TXN *txn, ARG arg, void *operation_extra, void *stats_extra) {
static int UU() serial_put_op(DB_TXN *txn, ARG arg, void *operation_extra, void *stats_extra) {
struct serial_put_extra *extra = operation_extra;
int db_index = arg->thread_idx % arg->cli->num_DBs;
......
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