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
Commit 25a9094 adds a preprocessor definition in response to upstream commit 06016a67c616 that specifically calls out this approach as bad:
"Don't use defines for the size of a name field, everyone should just use sizeof(). In this case it was never used, but it is bad practice, so just drop it."
Commit 25a9094 adds a preprocessor definition in response to upstream commit 06016a67c616 that specifically calls out this approach as bad:
"Don't use defines for the size of a name field, everyone should just use sizeof(). In this case it was never used, but it is bad practice, so just drop it."
The correct fix should be:
The text was updated successfully, but these errors were encountered: