Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use void pointer for attribute encoding data parameters. #477

Merged

Conversation

jvalenzuela
Copy link
Contributor

No description provided.

Pointers to these functions are used as the encode_function
argument to InsertAttribute(), which is defined with a void data
pointer. Most of these functions cast the data pointer to the
correct type anyway; a cast was added if not. Resolves incompatible
pointer type warnings.
@MartinMelikMerkumians MartinMelikMerkumians merged commit e2a2ac2 into EIPStackGroup:master Oct 10, 2023
1 check failed
@jvalenzuela jvalenzuela deleted the encodePointer branch October 10, 2023 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants