Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
network: change type of 'i' to unsigned int
This only happens on Appveyor with Visual C compiler. ``` C:\projects\libiio\network.c(1458): error C2220: warning treated as error - no 'object' file generated [C:\projects\libiio\build-win64\iio.vcxproj] C:\projects\libiio\network.c(1458): warning C4267: 'function' : conversion from 'size_t' to 'unsigned int', possible loss of data [C:\projects\libiio\build-win64\iio.vcxproj] ``` Warning is reasonable. So, change type of 'i'. Signed-off-by: Alexandru Ardelean <[email protected]>
- Loading branch information