jsummers / deark

A utility for file format and metadata analysis, data extraction, decompression, and image format decoding
https://entropymine.com/deark/
Other
166 stars 10 forks source link

Warning when compile with GCC4 #56

Open samo790 opened 1 year ago

samo790 commented 1 year ago

Got a couple of warnings when compiling latest Deark 1.6.4 with GCC4 on AmigaOS4 PPC

deark_warnings.txt

jsummers commented 1 year ago

The warnings are in miniz library functions that Deark never calls, so it's not anything to worry about.

I do consider the warnings to be an issue that needs to be fixed. But it's a low priority.

I think the code is actually correct. But with some compilers, it has no effect, so it may look suspicious.

samo790 commented 1 year ago

Btw same in 1.6.5 :-)

deark_warnings.txt