You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Silence the enum assignment warning from clang. It is triggered by use
of constants in macros that are not part of an enumeration when the
parameter is of an enumerated type. This shows up when building for
Windows. Rather than clutter the codebase with compiler specific macros
to silence the warning, disable it.
0 commit comments