Closed TarVanimelde closed 7 years ago
Fixes the issues present in https://github.com/packjpg/packJPG/issues/7 :
-std=c++14
stdio.h
cstdio
Fixes the issues present in https://github.com/packjpg/packJPG/issues/7 :
-std=c++14
to makefile_osx (separately adds the binary to the make clean command)-std=c++14
to makefilestdio.h
withcstdio
and replaces function-style casts (which are apparently not fully supported on clang) with static_cast.