Browse Source

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

Fix build with -Werror=return-type
tags/v0.3.12
Martin Kroeker GitHub 5 years ago
parent
commit
17c46bf06a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      kernel/x86_64/dgemm_tcopy_16_skylakex.c

+ 1
- 0
kernel/x86_64/dgemm_tcopy_16_skylakex.c View File

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

Loading…
Cancel
Save