Skip to content
Snippets Groups Projects
Commit e6cc9ee2 authored by Field G. Van Zee's avatar Field G. Van Zee
Browse files

Merge branch 'dev' of github.com:flame/blis into dev

parents 786d15c5 3c91c7ae
No related branches found
No related tags found
No related merge requests found
...@@ -61,7 +61,7 @@ void cblas_xerbla(f77_int info, const char *rout, const char *form, ...) ...@@ -61,7 +61,7 @@ void cblas_xerbla(f77_int info, const char *rout, const char *form, ...)
} }
} }
if (info) if (info)
fprintf(stderr, "Parameter %d to routine %s was incorrect\n", info, rout); fprintf(stderr, "Parameter %jd to routine %s was incorrect\n", ( intmax_t )info, rout);
vfprintf(stderr, form, argptr); vfprintf(stderr, form, argptr);
va_end(argptr); va_end(argptr);
if (info && !info) if (info && !info)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment