Removes various C++ code warnings
When compiled with the -Wall flag, the C++ library would generate various warnings related to unused variables, comparison of signed and unsigned integers, etc
This commit "fixes" these warnings.
When compiled with the -Wall flag, the C++ library would generate various warnings related to unused variables, comparison of signed and unsigned integers, etc
This commit "fixes" these warnings.