Merge pull request #2930 from ismail/fix-no-return

Fix build with -Werror=return-type
This commit is contained in:
Martin Kroeker 2020-10-21 11:43:01 +02:00 committed by GitHub
commit 17c46bf06a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -126,4 +126,5 @@ int CNAME(BLASLONG dim_second, BLASLONG dim_first, double *src, BLASLONG lead_di
}
src1 += src_inc;
}
return 0;
}