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

Remove compilation and static analysis warnings #9

Open
MathRPG opened this issue Jul 16, 2023 · 0 comments
Open

Remove compilation and static analysis warnings #9

MathRPG opened this issue Jul 16, 2023 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request refactor Refactoring and re-engineering the implementation standardization Standardization of the code and its documentation

Comments

@MathRPG
Copy link
Owner

MathRPG commented Jul 16, 2023

This is a long-term issue.

The goal is to remove all static analysis warnings, and all warnings that happen during compilation.

As the time of writing (July 16th, 2023) there were over 100 compile-time warnings, and inummerable IDE warnings left in the project.

SuppressWarnings should only be used with a very good reason to do so. And even then, it probably shouldn't.

@MathRPG MathRPG added documentation Improvements or additions to documentation enhancement New feature or request refactor Refactoring and re-engineering the implementation standardization Standardization of the code and its documentation labels Jul 16, 2023
@MathRPG MathRPG self-assigned this Jul 16, 2023
@MathRPG MathRPG changed the title Remove compilation warnings Remove compilation and static analysis warnings Jul 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request refactor Refactoring and re-engineering the implementation standardization Standardization of the code and its documentation
Projects
None yet
Development

No branches or pull requests

1 participant