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
clang prints many warnings like this: warning: identifier '_EndVariableKind' is reserved because it starts with '_' followed by a capital letter [-Wreserved-identifier]
#314
Open
yurivict opened this issue
Jan 8, 2025
· 0 comments
Please consider to either remove the leading "_", or add the corresponding compiler option to waive these warnings.
The text was updated successfully, but these errors were encountered: