Closed hhatto closed 6 years ago
fix to this compile warning:
In file included from ./src/_Image.cpp:9: In file included from ./src/_Pixels.h:5: ./src/_ArrayProxy.h:42:15: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare] if (index < 0) ~~~~~ ^ ~
size_t is unsigned.
fix to this compile warning:
size_t is unsigned.