We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Just found this because GCC gave me a "sequence point" warning (note how inComment is assigned twice):
ImGuiColorTextEdit/TextEditor.cpp
Line 2345 in 0a88824
Not sure if this is a simple typo, or whether there should indeed be two variables assigned.
The text was updated successfully, but these errors were encountered:
This appears to be a typo since inComment is a bool (no operator magic) and the right hand of the first inComment is the other inComment.
inComment
Sorry, something went wrong.
No branches or pull requests
Just found this because GCC gave me a "sequence point" warning (note how inComment is assigned twice):
ImGuiColorTextEdit/TextEditor.cpp
Line 2345 in 0a88824
Not sure if this is a simple typo, or whether there should indeed be two variables assigned.
The text was updated successfully, but these errors were encountered: