diff --git a/algorithms_cpp/include/embb/algorithms/merge_sort.h b/algorithms_cpp/include/embb/algorithms/merge_sort.h index 5042eb9..45eabf7 100644 --- a/algorithms_cpp/include/embb/algorithms/merge_sort.h +++ b/algorithms_cpp/include/embb/algorithms/merge_sort.h @@ -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, \