[arrayfire] 47/408: BUILD: Fix redefinition warning in blas.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Mon Sep 21 19:11:13 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch debian/sid
in repository arrayfire.

commit cf58d66c9dc13e00afa678a8b51e00144b583507
Author: Umar Arshad <umar at arrayfire.com>
Date:   Thu Jun 25 22:59:41 2015 -0400

    BUILD: Fix redefinition warning in blas.
---
 src/backend/opencl/blas.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/backend/opencl/blas.cpp b/src/backend/opencl/blas.cpp
index e81c05a..bd811db 100644
--- a/src/backend/opencl/blas.cpp
+++ b/src/backend/opencl/blas.cpp
@@ -72,6 +72,8 @@ BLAS_FUNC(dot, float,       S)
 BLAS_FUNC(dot, double,      D)
 
 #undef BLAS_FUNC_DEF
+#undef BLAS_FUNC
+
 #define BLAS_FUNC(NAME, TYPE, PREFIX, SUFFIX)					\
 template<>                                                              \
 struct NAME##_func<TYPE>                                                \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/arrayfire.git



More information about the debian-science-commits mailing list