mirror of
https://github.com/BinomialLLC/basis_universal.git
synced 2026-06-08 08:33:53 +00:00
yet another warning fix
This commit is contained in:
2
encoder/3rdparty/qoi.h
vendored
2
encoder/3rdparty/qoi.h
vendored
@@ -648,7 +648,7 @@ void *qoi_read(const char *filename, qoi_desc *desc, int channels) {
|
||||
|
||||
size = (size_t)sz;
|
||||
|
||||
if (size != sz)
|
||||
if (size != (unsigned long)sz)
|
||||
{
|
||||
fclose(f);
|
||||
return NULL;
|
||||
|
||||
Reference in New Issue
Block a user