summaryrefslogtreecommitdiff
path: root/numpy/core/fromnumeric.py
diff options
context:
space:
mode:
authorWarren Weckesser <warren.weckesser@gmail.com>2019-06-15 11:22:54 -0400
committerWarren Weckesser <warren.weckesser@gmail.com>2019-06-15 11:22:54 -0400
commit156d547eebcdc051b3c9eebf7ddabd89d1fad04b (patch)
treee2be87a8d3cdff103e2cf084c00bfc1c761ab0d0 /numpy/core/fromnumeric.py
parent9f8401f7e03c35a1afbc5329d6c216c39c8b808a (diff)
downloadnumpy-156d547eebcdc051b3c9eebf7ddabd89d1fad04b.tar.gz
MAINT: Fix warnings in radixsort.c.src: comparing integers of different signs
Eliminate many compiler warnings of the form: numpy/core/src/npysort/radixsort.c.src:61:23: warning: comparison of integers of different signs: 'npy_intp' (aka 'long') and 'unsigned long' [-Wsign-compare] for (l = 0; l < sizeof(npy_ubyte); l++) { ~ ^ ~~~~~~~~~~~~~~~~~ numpy/core/src/npysort/radixsort.c.src:66:19: warning: comparison of integers of different signs: 'npy_intp' (aka 'long') and 'unsigned long' [-Wsign-compare] for (l = 0; l < sizeof(npy_ubyte); l++) { ~ ^ ~~~~~~~~~~~~~~~~~
Diffstat (limited to 'numpy/core/fromnumeric.py')
0 files changed, 0 insertions, 0 deletions