-
Notifications
You must be signed in to change notification settings - Fork 267
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use void pointer for attribute encoding data parameters.
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.
- Loading branch information
1 parent
a2858f3
commit e2a2ac2
Showing
2 changed files
with
48 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters