Skip to content

dsDisplay: Callback has incorrect variable type #150

@hgfell683

Description

@hgfell683

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

Metadata

Metadata

Labels

bugSomething isn't working

Type

Projects

Status

Todo

Relationships

None yet

Development

No branches or pull requests

Issue actions