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
During compilation: "warning: enumeration value 'TM_string' not handled in switch"
May want to include a default case or explicitly handle this case to reduce compiler warnings. I realize that it is only one warning, but larger projects can end up with many such warnings which can cause documentation to have to be written to justify leaving the warning or cause someone to fork your repository without keeping it up.
The text was updated successfully, but these errors were encountered:
telemetry_core.c
void try_update_hashtable(TM_msg * msg)
During compilation: "warning: enumeration value 'TM_string' not handled in switch"
May want to include a default case or explicitly handle this case to reduce compiler warnings. I realize that it is only one warning, but larger projects can end up with many such warnings which can cause documentation to have to be written to justify leaving the warning or cause someone to fork your repository without keeping it up.
The text was updated successfully, but these errors were encountered: