Refs #714. avoid compiling warnings.

This commit is contained in:
Zhang Xianyi 2016-01-28 04:38:07 +08:00
parent e003a1294c
commit c44ff4d648
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ static void dscal_kernel_inc_8(BLASLONG n, FLOAT *alpha, FLOAT *x, BLASLONG inc_
static void dscal_kernel_inc_8(BLASLONG n, FLOAT *alpha, FLOAT *x, BLASLONG inc_x)
{
FLOAT *x1;
FLOAT *x1=NULL;
BLASLONG inc_x3;
inc_x <<= 3;