mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-13 04:09:10 +08:00
Silenced clang compilation warning.
This commit is contained in:
parent
857adbbd52
commit
c92406d613
@ -217,6 +217,9 @@ struct GpuDevice {
|
|||||||
EIGEN_UNUSED_VARIABLE(err)
|
EIGEN_UNUSED_VARIABLE(err)
|
||||||
assert(err == cudaSuccess);
|
assert(err == cudaSuccess);
|
||||||
#else
|
#else
|
||||||
|
EIGEN_UNUSED_VARIABLE(dst);
|
||||||
|
EIGEN_UNUSED_VARIABLE(src);
|
||||||
|
EIGEN_UNUSED_VARIABLE(n);
|
||||||
eigen_assert(false && "The default device should be used instead to generate kernel code");
|
eigen_assert(false && "The default device should be used instead to generate kernel code");
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user