Results 3 comments of Eduardo Miravalls Sierra

It looks like this variable is only used by a human to debug if the test `TestHuffmanCodes` crashes. If you run the test with gdb and it crashes, you can...

Sorry, I'm not familiar with your setup and it might depend on your configuration or software versions. I don't get the warning with g++ 11.4.0. Have you tried renaming the...

>Probably there are some C/C++ specific ways to suppress the warning? You have to come up with ways to re-write the code so that the compiler detects `j` is used......