-
Notifications
You must be signed in to change notification settings - Fork 0
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
Get rid of compiler warnings #4
Labels
enhancement
New feature or request
Comments
Added commits: These fix most of the warnings. Still we have these:
and
|
This was referenced Jun 25, 2020
Added commits: These commits fix these warnings:
Still, we have these few left:
|
The remaining warnings can be eliminated by adding parenthesis, like so: keyModState_ = keyModState_ & !(KMD_RSHIFT); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Improve code to get rid of compiler warnings.
The text was updated successfully, but these errors were encountered: