Commit 4aecadf9 by Christian Kern

avoid unused variable warning

parent 17680628
......@@ -177,7 +177,7 @@ void MergeSortAllocate(
EMBB_TRY {
MergeSort(first, last, temporary, comparison, policy, block_size);
} EMBB_CATCH (embb::base::ErrorException & e) {
} EMBB_CATCH (embb::base::ErrorException &) {
// embb exception handling does not support catch(...) and rethrow yet.
Alloc::Free(temporary);
EMBB_THROW(embb::base::ErrorException, \
......
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 sign in to comment