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

Enable compile warnings. #128

Merged
merged 11 commits into from
May 8, 2024

Conversation

cristian64
Copy link
Collaborator

  • -Wall and -Wextra have been enabled in GCC/Clang.
  • -W4 has been enabled in MSVC.

All warnings have been promoted to errors on Unix compilers via -Werror. All warnings (with a couple of exceptions in Clang) have been addressed.

@cristian64 cristian64 force-pushed the enable_compile_warnings branch from 6587060 to 5e42df9 Compare May 6, 2024 19:19
@cristian64 cristian64 force-pushed the enable_compile_warnings branch from 5e42df9 to bc4aaf4 Compare May 6, 2024 19:24
@dreamsyntax
Copy link
Collaborator

#119

@dreamsyntax dreamsyntax merged commit 3d1a2e9 into aldelaro5:master May 8, 2024
4 checks passed
@cristian64
Copy link
Collaborator Author

#119

Sorry; forgot to comment on this. This PR was only to address warnings in Unix systems, so #119 has not been addressed as part of this. (In fact, now there are even more warnings that need to be addressed on MSVC, as /W4 was been enabled.)

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