diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2018-01-22 09:12:02 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-22 09:12:02 -0700 |
commit | 55b9c86a1d8eb5e728988afa1a72a2440a76a211 (patch) | |
tree | 491c18512c4a17058e18e3ef326f5bceef634eb5 /numpy | |
parent | b78bbef27101c17601eb73104a79665bf1a46558 (diff) | |
parent | 66ef655c9d3bc4feca289d46f7a5b4b160cfe410 (diff) | |
download | numpy-55b9c86a1d8eb5e728988afa1a72a2440a76a211.tar.gz |
Merge pull request #10451 from bjoernthiel/helping_MSVC_15.1
BUG: prevent the MSVC 14.1 compiler (Visual Studio 2017) from crashing
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/linalg/lapack_lite/f2c_s_lapack.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/numpy/linalg/lapack_lite/f2c_s_lapack.c b/numpy/linalg/lapack_lite/f2c_s_lapack.c index 9bd8d2455..990064640 100644 --- a/numpy/linalg/lapack_lite/f2c_s_lapack.c +++ b/numpy/linalg/lapack_lite/f2c_s_lapack.c @@ -7259,7 +7259,8 @@ logical sisnan_(real *sin__) /* Subroutine */ int slabad_(real *small, real *large) { /* Builtin functions */ - double r_lg10(real *), sqrt(doublereal); + real r_lg10(real *); + double sqrt(doublereal); /* |