Skip to content

Commit d3e64d6

Browse files
Change unsigned to size_t, thanks to @jabl
1 parent 2d9fbde commit d3e64d6

File tree

3 files changed

+93
-93
lines changed

3 files changed

+93
-93
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ matrix:
3333
- os: osx
3434
name: "CMake Release Test on OSX Catalina"
3535
osx_image: xcode12.2
36-
env: CMAKE_BUILD_TYPE=Release
36+
env: CMAKE_BUILD_TYPE=Release CMAKE_C_FLAGS=-DLAPACK_FORTRAN_STRLEN_END
3737
- os: osx
3838
osx_image: xcode10.3
3939
name: "Makefile Test on Mac OS X"

0 commit comments

Comments
 (0)