Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 0ac42d5c authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

Merge branch 'fix-warning' into 'master'

zgetrf_batched: fix discarding const warning

See merge request !458
parents 8d2fdd45 a1e67800
No related branches found
No related tags found
1 merge request!458zgetrf_batched: fix discarding const warning
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#include <coreblas/cblas_wrapper.h> #include <coreblas/cblas_wrapper.h>
struct cl_getrf_batched_args_t { struct cl_getrf_batched_args_t {
char *cl_name; const char *cl_name;
int tasks_nbr; int tasks_nbr;
int diag; int diag;
int h; int h;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment