Open eblanca opened 2 months ago
Hi,
Many thanks for your interest in NHW and for pointing out some compiler warnings.I'll remove this week the unused variables.It may take more time for me to remove the uninitializations...
Many thanks again for your time. Cheers, Raphael
Just building the tools under mingw64:
Now when compiling the decoder I have:
And, when compiling the encoder:
Now, I see those are only warnings, so not critical, BUT will you mind doing a review of the code in order to reduce those? Gcc is very helpful in pointing out ambiguous statements, and having a clean code is a comfortable starting point for anyone willing to provide any patch/pullRequest, so they're sure any new compiler remarks come from their newly added code.