Hi
how to avoid the warning:
warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
Thanks in advance
GLuint bytesPerPixel; // Holds Number Of Bytes Per Pixel Used In The TGA File
GLuint imageSize; // Used To Store The Image Size When Setting Aside Ram
...
for(GLuint i=0; i<int(imageSize); i+=bytesPerPixel) // Loop Through The Image Data