BitcoinArmory
BitcoinArmory copied to clipboard
Fix header warnings (Part 1)
Armory has a lot of warnings in its C++ code (not including third-party code, which is typically not touched). Start the process of fixing the warnings, starting with header files (more annoying as they can occur over & over). Warnings fixed include but are not limited to: -Wreorder, -Wunused-parameter, -Wformat-nonliteral, -Wsign-compare, and -Wmaybe-uninitialized.
Fixed.
This PR needs to be double checked. This has been rebased after the wave of warning fixes. Some of my fixes are still necessary. This PR may also introduce new warnings (or errors)! I'll check it again later.