lvandeve / lodepng

PNG encoder and decoder in C and C++.
zlib License
2.07k stars 422 forks source link

Various compiler warnings for C++11, 64-bit, and non-x86 platforms #34

Open refnum opened 8 years ago

refnum commented 8 years ago

We typically compile with virtually all compiler warnings all, which generates some warnings in lodepng.

None of these are particularly serious but would mean we could avoid patching our local copy.

They're generated from either clang or gcc, on a variety of platforms.