Election-Tech-Initiative / electionguard-cpp

A C++ implementation of ElectionGuard specification focused on encryption components.
https://www.electionguard.vote/
MIT License
23 stars 26 forks source link

Cleanup the compiler warnings that GitHub generates #307

Open SteveMaier-IRT opened 2 years ago

SteveMaier-IRT commented 2 years ago

Is there an existing issue for this?

Current Behavior

Github is generating warnings for many things in the code base, even for files that do not change. Go over all of the warnings and clean up the code to remove these warnings. You can see the warnings in the PR link below.

https://github.com/microsoft/electionguard-cpp/pull/306/files

Expected Behavior

Github will continue to add things that are problem, but we need to get code base to compile cleaner.

Steps To Reproduce

No response

Environment

- OS:

Anything else?

No response

MatthewRatzell commented 2 years ago

Feel free to assign this to me, Ill be able to chip away at it over the week