Skip to content

Commit 47b2dd7

Browse files
committed
Consistent types.
1 parent 50e37da commit 47b2dd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/opdi/logic/omp/syncRegionOmpLogic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ void opdi::SyncRegionOmpLogic::internalPushHandle(SyncRegionKind kind, ScopeEndp
6666

6767
bool opdi::SyncRegionOmpLogic::requiresReverseBarrier(SyncRegionKind kind, ScopeEndpoint endpoint) {
6868

69-
static int constexpr syncRegionBehaviour[] = {
69+
static std::size_t constexpr syncRegionBehaviour[] = {
7070
OPDI_SYNC_REGION_BARRIER_BEHAVIOUR,
7171
OPDI_SYNC_REGION_BARRIER_IMPLICIT_BEHAVIOUR,
7272
OPDI_SYNC_REGION_BARRIER_EXPLICIT_BEHAVIOUR,

0 commit comments

Comments
 (0)