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

Use enums for members that clearly should have been so from the beginning #51

Merged
merged 2 commits into from
Dec 12, 2023

Conversation

moggers87
Copy link
Owner

The compiler can catch more mistakes and the code is easier to read

Also we already have -Wswitch-enum enabled

…ning

The compiler can catch more mistakes and the code is easier to read

Fixes #21
- fix error that only appears on Ubuntu's cppcheck
- add make rule to actually fix clang-format errors
- fix indent errors picked up by clang-format
@moggers87 moggers87 merged commit e2969df into runway Dec 12, 2023
3 checks passed
@moggers87 moggers87 deleted the 21-enums branch December 12, 2023 01:38
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.

None yet

1 participant