You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
scan.c(167,33): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data
iio_writedev.c(500,65): warning C4244: '=': conversion from 'uint64_t' to 'unsigned int', possible loss of data
iio_readdev.c(455,65): warning C4244: '=': conversion from 'uint64_t' to 'unsigned int', possible loss of data
so just cast strlen to a (unsigned int); and use uint64_t as default
Signed-off-by: Robin Getz <[email protected]>
0 commit comments