diff options
author | Warren Weckesser <warren.weckesser@gmail.com> | 2019-06-22 16:52:48 -0400 |
---|---|---|
committer | Warren Weckesser <warren.weckesser@gmail.com> | 2019-06-22 16:52:48 -0400 |
commit | e80d6c3670624d066d558c24f9e7adea39786964 (patch) | |
tree | 42a0a2de4e571b3de4aa2dca5d0cbba636a9f34a /numpy/doc/basics.py | |
parent | d037f06c85bf15140084e537d12d6cf9c5cf4fa2 (diff) | |
download | numpy-e80d6c3670624d066d558c24f9e7adea39786964.tar.gz |
MAINT: core: Fix a compiler warning.
This change fixes:
gcc: numpy/core/src/umath/ufunc_object.c
numpy/core/src/umath/ufunc_object.c:657:19: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
for (i = 0; i < len; i++) {
~ ^ ~~~
Diffstat (limited to 'numpy/doc/basics.py')
0 files changed, 0 insertions, 0 deletions