address warning introed with #1814 et al

This commit is contained in:
Andrew 2019-03-03 09:05:11 +02:00
parent e5c316c6b9
commit e4a79be6bb
1 changed files with 1 additions and 1 deletions

View File

@ -2584,7 +2584,7 @@ void *blas_memory_alloc(int procpos){
int position;
#if defined(WHEREAMI) && !defined(USE_OPENMP)
int mypos;
int mypos = 0;
#endif
void *map_address;