diff --git a/cmake/ProjectCompilerPostConfig.cmake b/cmake/ProjectCompilerPostConfig.cmake index b365047eeef4..2f47f7104de1 100644 --- a/cmake/ProjectCompilerPostConfig.cmake +++ b/cmake/ProjectCompilerPostConfig.cmake @@ -43,7 +43,7 @@ IF (KokkosEnable) ENDIF() set(upcoming_warnings shadow ${Trilinos_ADDITIONAL_WARNINGS}) -set(promoted_warnings parentheses sign-compare unused-variable) +set(promoted_warnings parentheses sign-compare unused-variable reorder) if("${Trilinos_WARNINGS_MODE}" STREQUAL "WARN") enable_warnings("${upcoming_warnings}") diff --git a/packages/muelu/src/Graph/UncoupledAggregation/MueLu_AggregationPhase2bAlgorithm_def.hpp b/packages/muelu/src/Graph/UncoupledAggregation/MueLu_AggregationPhase2bAlgorithm_def.hpp index 7e2292cdccba..8ce8f98693b8 100644 --- a/packages/muelu/src/Graph/UncoupledAggregation/MueLu_AggregationPhase2bAlgorithm_def.hpp +++ b/packages/muelu/src/Graph/UncoupledAggregation/MueLu_AggregationPhase2bAlgorithm_def.hpp @@ -149,8 +149,8 @@ class ExpansionFunctor { , colors(colors_) , lclLWGraph(lclLWGraph_) , aggPenalties(aggPenalties_) - , connectWeight(connectWeight_) , aggPenaltyUpdates(aggPenaltyUpdates_) + , connectWeight(connectWeight_) , penaltyConnectWeight(penaltyConnectWeight_) , color(color_) , myRank(rank_) {}