Skip to content

Commit d3e6ade

Browse files
removed pedantic warnings
1 parent a9a166e commit d3e6ade

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

tests/kl_lambda.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ BOOST_AUTO_TEST_CASE(kl_lambda_improver_incremental_update_test) {
356356

357357
CheckEqualLambdaMap(lambda_map, kl_6.GetCommCostF().nodeLambdaMap_);
358358
CheckEqualAffinityTable(affinity, kl_6.GetAffinityTable(), nodes_to_check);
359-
};
359+
}
360360

361361
BOOST_AUTO_TEST_CASE(kl_lambda_improver_inner_loop_test) {
362362
using graph = ComputationalDagEdgeIdxVectorImplDefIntT;
@@ -486,7 +486,7 @@ BOOST_AUTO_TEST_CASE(kl_lambda_improver_inner_loop_test) {
486486

487487
CheckEqualLambdaMap(lambda_map, kl_6.GetCommCostF().nodeLambdaMap_);
488488
CheckEqualAffinityTable(affinity, kl_6.GetAffinityTable(), nodes_to_check);
489-
};
489+
}
490490

491491
BOOST_AUTO_TEST_CASE(KlLambdaImproverInnerLoopPenaltyTest) {
492492
using Graph = ComputationalDagEdgeIdxVectorImplDefIntT;

tests/kl_total.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,7 @@ BOOST_AUTO_TEST_CASE(KlImprover_incremental_update_test) {
887887
nodes_to_check.erase(v3);
888888

889889
CheckEqualAffinityTable(affinity, kl_6.GetAffinityTable(), nodes_to_check);
890-
};
890+
}
891891

892892
// BOOST_AUTO_TEST_CASE(kl_total_comm_large_test_graphs) {
893893
// std::vector<std::string> filenames_graph = LargeSpaaGraphs();

0 commit comments

Comments
 (0)