address warning introed with #1814 et al
This commit is contained in:
parent
e5c316c6b9
commit
e4a79be6bb
|
@ -2584,7 +2584,7 @@ void *blas_memory_alloc(int procpos){
|
||||||
|
|
||||||
int position;
|
int position;
|
||||||
#if defined(WHEREAMI) && !defined(USE_OPENMP)
|
#if defined(WHEREAMI) && !defined(USE_OPENMP)
|
||||||
int mypos;
|
int mypos = 0;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
void *map_address;
|
void *map_address;
|
||||||
|
|
Loading…
Reference in New Issue