Remove most of the build warnings. src/Library files are not impacted.
Warnings generated with -Wall. Some of the -Wextra were solved too.
Now any warning in our codebase (not src/Library; using -Wall switch) would make a compilation error.
Compilation made on GCC 6.3.1 and 4.9.3. The latter build used for testing.
Remove most of the build warnings.
src/Library
files are not impacted. Warnings generated with-Wall
. Some of the-Wextra
were solved too. Now any warning in our codebase (notsrc/Library
; using-Wall switch
) would make a compilation error. Compilation made on GCC 6.3.1 and 4.9.3. The latter build used for testing.Fixes #40
Tested against:
pytest -sv test_pro.py --count 3
)./test_hotp
)