Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0146bca

Browse files
committed
Fix compile warnings in state.c
1 parent ec0f15e commit 0146bca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

state.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,10 +360,10 @@ MtmBuildConnectivityMatrix(nodemask_t* matrix)
360360
void
361361
MtmRefreshClusterStatus()
362362
{
363-
nodemask_t mask, newClique, oldClique, disabled;
363+
nodemask_t newClique, oldClique;
364364
nodemask_t matrix[MAX_NODES];
365-
int cliqueSize;
366365
nodemask_t trivialClique = ~SELF_CONNECTIVITY_MASK & (((nodemask_t)1 << Mtm->nAllNodes)-1);
366+
int cliqueSize;
367367
int i;
368368

369369
/*

0 commit comments

Comments
 (0)