Skip to content

warning: A function declaration without a prototype is deprecated in all versions of C (dc_event_channel_new) #7831

@Amzd

Description

@Amzd

This new function dc_event_channel_new gives a warning that "A function declaration without a prototype is deprecated in all versions of C"

it suggests the following

- dc_event_channel_t* dc_event_channel_new();
+ dc_event_channel_t* dc_event_channel_new(void);

but I do not know C so I don't know what this change actually does.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething is not working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions