Skip to content

refactor(ffi): Correctly declare dc_event_channel_new() as having no params (#7831)#7891

Open
iequidoo wants to merge 1 commit intomainfrom
iequidoo/dc_event_channel_new-decl
Open

refactor(ffi): Correctly declare dc_event_channel_new() as having no params (#7831)#7891
iequidoo wants to merge 1 commit intomainfrom
iequidoo/dc_event_channel_new-decl

Conversation

@iequidoo
Copy link
Collaborator

In C, foo() means that the function accepts an unspecified number of arguments and this is deprecated.
Close #7831

…params (#7831)

In C, `foo()` means that the function accepts an unspecified number of arguments and this is
deprecated.
@iequidoo iequidoo requested a review from Amzd February 24, 2026 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

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

1 participant