Skip to content

clang warns about unused variable in rum_ts_utils.c #3

Closed
@jmscott

Description

@jmscott

clang warns about the unused variable 'extra_data' at line 722 in rum_ts_utils.c. adding a void cast of extra_data will safely silence the warning.

(void)extra_data

or just remove the declaration of 'extra_data'.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions