mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 21:12:48 +01:00
2b61dd8673
## Issue being fixed or feature implemented Build on linux with clang produce a lot of warnings. Some of them are fixed in this PR. ## What was done? Fixed several types of warnings: - order of member initialization in constructors - mixing signed/unsigned wariables - moved static functions from header to cpp file - other fixes ## How Has This Been Tested? Set up clang build on Linux + run build + unit/functional tests. ## Breaking Changes Should not be breaking changes ## Checklist: - [x] I have performed a self-review of my own code - [x] I have assigned this pull request to a milestone |
||
---|---|---|
.. | ||
client.cpp | ||
client.h | ||
coinjoin.cpp | ||
coinjoin.h | ||
options.cpp | ||
options.h | ||
server.cpp | ||
server.h | ||
util.cpp | ||
util.h |