summaryrefslogtreecommitdiff
path: root/driver
diff options
context:
space:
mode:
authorAndrew <16061801+brada4@users.noreply.github.com>2019-03-03 09:05:11 +0200
committerAndrew <16061801+brada4@users.noreply.github.com>2019-03-03 09:05:11 +0200
commite4a79be6bb9fac2ba18d820d83bc7bf9173a63c2 (patch)
tree71bda3d7736e30a34730ab577f7b3a5c3c4f373a /driver
parente5c316c6b94bf689b2fb20603c0c00cb72fc4ec9 (diff)
downloadopenblas-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.c2
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;