Warning on ImGui enumerations #4147
guplasse
announced in
Old/Archived discussions
Replies: 2 comments 4 replies
-
This and half a dozen of VS2019 static analyzer warnings and false positives have been fixed 17 days ago, see #4073 (comment) |
Beta Was this translation helpful? Give feedback.
3 replies
-
Well that’s a warning in your code, not in dear imgui. You should not enable this warning in your code I suppose. It’s simply requesting to follow a certain coding style...
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm using VS2019 and i have some warning on enumeration.
Warning code : C26812
Description : Type 'XXXX' is unbound. Prefer 'enum class' instead of 'enum'.
Is there a way to remove it ? Or should i modify ImGui's code by myself ?
Beta Was this translation helpful? Give feedback.
All reactions