-
Notifications
You must be signed in to change notification settings - Fork 44
Fix warnings #126
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
Fix warnings #126
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Builds and runs fine on Linux
Going to daily drive this locally for a few days to ensure that everything works as expected. Everything seems fine right now though, so I don't expect any changes being needed. |
I'm having problems building this in a flatpak. Getting a bunch these errors:
|
Ah, must be because |
Builds in flatpak now. |
This seems reasonable. Happy to merge if @Blooym hasn't encountered any issues. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Completed a few login flows without issues, lgtm
Some are just blatant
null!
and!
, some are disabling warnings in places they don't make sense (Veldrid device creation), some are actual null checks.