diff options
author | Andrew <16061801+brada4@users.noreply.github.com> | 2019-03-03 09:05:11 +0200 |
---|---|---|
committer | Andrew <16061801+brada4@users.noreply.github.com> | 2019-03-03 09:05:11 +0200 |
commit | e4a79be6bb9fac2ba18d820d83bc7bf9173a63c2 (patch) | |
tree | 71bda3d7736e30a34730ab577f7b3a5c3c4f373a /driver | |
parent | e5c316c6b94bf689b2fb20603c0c00cb72fc4ec9 (diff) | |
download | openblas-e4a79be6bb9fac2ba18d820d83bc7bf9173a63c2.tar.gz openblas-e4a79be6bb9fac2ba18d820d83bc7bf9173a63c2.tar.bz2 openblas-e4a79be6bb9fac2ba18d820d83bc7bf9173a63c2.zip |
address warning introed with #1814 et al
Diffstat (limited to 'driver')
-rw-r--r-- | driver/others/memory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/others/memory.c b/driver/others/memory.c index 09851f15c..c30ca71cb 100644 --- a/driver/others/memory.c +++ b/driver/others/memory.c @@ -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; |