Browse Source

address warning introed with #1814 et al

tags/v0.3.6^2
Andrew 6 years ago
parent
commit
e4a79be6bb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      driver/others/memory.c

+ 1
- 1
driver/others/memory.c 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;


Loading…
Cancel
Save