-
Notifications
You must be signed in to change notification settings - Fork 11
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
There are a TON of warnings #126
Comments
You're absolutely right - there are a ton of warnings (depending upon which compiler you use, there are even more - GCC gives a lot more than Clang). My goal is to do a big cleanup on that (and some global variable issues) soon, but I want to stabilize some architecture decisions first. Thanks! |
Two changes to RLTK just went up that massively reduced the number of warnings (especially on Clang). I'd omitted some braces in an initializer list (it still worked, oddly), in |
…mera preferences into a component, so they are persisted.
I just went on a big warning hunt, and removed a LOT of warnings from Clang builds. I'll have to do the same for GCC, but not today. |
If you want, I can try to clean some of them up and make a PR, but there are a TON of them
The text was updated successfully, but these errors were encountered: