Skip to content

Commit d7b2c53

Browse files
authored
Merge pull request #2039 from brada4/meminit
Address warning in memory.c
2 parents 10d841d + e4a79be commit d7b2c53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/others/memory.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2584,7 +2584,7 @@ void *blas_memory_alloc(int procpos){
25842584

25852585
int position;
25862586
#if defined(WHEREAMI) && !defined(USE_OPENMP)
2587-
int mypos;
2587+
int mypos = 0;
25882588
#endif
25892589

25902590
void *map_address;

0 commit comments

Comments
 (0)