gridcoin-community / Gridcoin-Research

Gridcoin-Research
MIT License
585 stars 173 forks source link

refactor: Fix compilation warnings #2737

Closed jamescowens closed 5 months ago

jamescowens commented 5 months ago

Various minor fixes for compilation warnings with both gcc and clang. This is on top of https://github.com/gridcoin-community/Gridcoin-Research/pull/2731 and so will show those commits too until that PR is merged and this is rebased.

Some of these warnings are downright false positive boneheaded things from the compilers BTW.

Closes #2691.

barton2526 commented 5 months ago

test/lint/lint-spelling.ignore-words.txt:1: MSDOS ==> MS-DOS ^ Warning: codespell identified likely spelling errors. Any false positives? Add them to the list of ignored words in test/lint/lint-spelling.ignore-words.txt

😕

How can there be a typo in the ignore list? Linter doing weird things I guess

jamescowens commented 5 months ago

Geez... Is that a recursive error? :)