Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix header warnings (Part 1) #532

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

droark
Copy link

@droark droark commented Nov 15, 2018

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.

@droark droark force-pushed the dev_fix_warnings_1 branch 2 times, most recently from 0c9a66d to c646bfc Compare November 15, 2018 03:06
@droark droark changed the title [WIP] Fix header warnings (Part 1) Fix header warnings (Part 1) Nov 15, 2018
cppForSwig/BtcUtils.h Outdated Show resolved Hide resolved
@droark droark force-pushed the dev_fix_warnings_1 branch 2 times, most recently from 04fc14c to ebc07f6 Compare November 15, 2018 09:15
@droark
Copy link
Author

droark commented Nov 15, 2018

Fixed.

@droark
Copy link
Author

droark commented Nov 25, 2018

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.

@droark droark force-pushed the dev_fix_warnings_1 branch 2 times, most recently from 84809e4 to 3e4eb16 Compare December 24, 2018 10:06
@droark droark force-pushed the dev_fix_warnings_1 branch 3 times, most recently from 7d0b80c to 6c03f1d Compare January 13, 2019 21:53
@droark droark force-pushed the dev_fix_warnings_1 branch 5 times, most recently from e997469 to 49defe0 Compare February 10, 2019 00:24
@droark droark force-pushed the dev_fix_warnings_1 branch 3 times, most recently from a38ad27 to 8129124 Compare February 19, 2019 19:48
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, and -Wsign-compare
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants