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
{{ message }}
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.
This macro relies on strrchr and the like which requires the "string.h" header. I think this macro should just be removed. If not, you need to make sure that upm_utilities.h includes string.h. A header should always include any other headers it depends on.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This macro relies on strrchr and the like which requires the "string.h" header. I think this macro should just be removed. If not, you need to make sure that upm_utilities.h includes string.h. A header should always include any other headers it depends on.
The text was updated successfully, but these errors were encountered: