-
Notifications
You must be signed in to change notification settings - Fork 11
Labels
bugSomething isn't workingSomething isn't working
Description
Problem/Opportunity
Currently we have
typedef void (dsDisplayEventCallback_t)(int handle, dsDisplayEvent_t event,
void eventData/Optional/);
intstead of int handle it should be intptr_t handle. This disconnect is causing a compilation error when using a stricter compiler.
Steps to reproduce
No response
Expected Behavior
There should be no disconnect between variable types and no compilation issue even when using stricter compilers.
Actual Behavior
There is a disconnect be variable types which causes a compilation failure when using a stricter compiler.
Notes (Optional)
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Todo