From b610c861b4e2c0995cbf64c7592c7f148548d49e Mon Sep 17 00:00:00 2001 From: Nicole Lemaster Slattengren Date: Wed, 20 Mar 2019 12:39:57 -0700 Subject: [PATCH] #306: remove extra semicolon warnings --- src/vt/context/context.h | 2 +- src/vt/topos/location/manager.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/vt/context/context.h b/src/vt/context/context.h index 1b769e69f1..150ff9981f 100644 --- a/src/vt/context/context.h +++ b/src/vt/context/context.h @@ -89,7 +89,7 @@ struct Context { WorkerCountType numWorkers_ = no_workers; bool is_comm_world_ = true; MPI_Comm communicator_ = MPI_COMM_WORLD; - DeclareClassInsideInitTLS(Context, WorkerIDType, thisWorker_, no_worker_id); + DeclareClassInsideInitTLS(Context, WorkerIDType, thisWorker_, no_worker_id) }; }} // end namespace vt::ctx diff --git a/src/vt/topos/location/manager.h b/src/vt/topos/location/manager.h index e9d06e749f..2fb3f9b220 100644 --- a/src/vt/topos/location/manager.h +++ b/src/vt/topos/location/manager.h @@ -91,7 +91,7 @@ struct LocationManager { static LocInstType cur_loc_inst; - PtrType virtual_loc = std::make_unique();; + PtrType virtual_loc = std::make_unique(); PtrType vrtContextLoc = std::make_unique(); template