Skip to content

Commit e4a79be

Browse files
committed
address warning introed with #1814 et al
1 parent e5c316c commit e4a79be

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)