mirror of
https://github.com/sogou/workflow.git
synced 2026-02-08 01:33:17 +08:00
fix a mapreduce warning
This commit is contained in:
@@ -101,8 +101,8 @@ private:
|
||||
|
||||
private:
|
||||
__ReduceValue<VAL> *heap[__REDUCE_ITERATOR_HEAP_MAX];
|
||||
int heap_size;
|
||||
int original_size;
|
||||
size_t heap_size;
|
||||
size_t original_size;
|
||||
|
||||
private:
|
||||
__ReduceIterator(struct list_head *value_list, size_t *value_cnt);
|
||||
|
||||
Reference in New Issue
Block a user