BIC-MNI / libminc

libminc is the core library and API of the MINC toolkit
Other
19 stars 29 forks source link

sign compare warning, hdf_convenience.c #49

Closed seanm closed 9 years ago

seanm commented 9 years ago

Just these two left:

/libminc/libsrc/hdf_convenience.c:1850:20: Comparison of integers of different signs: 'long' and 'hsize_t' (aka 'unsigned long long') /libminc/libsrc/hdf_convenience.c:1854:36: Comparison of integers of different signs: 'long' and 'hsize_t' (aka 'unsigned long long')

Is the left side expected to basically always be unsigned?

rdvincent commented 9 years ago

@seanm see latest commits