Skip to content

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

Merged
iequidoo merged 1 commit intomainfrom
iequidoo/dc_event_channel_new-decl
Mar 24, 2026
Merged

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

Conversation

@iequidoo
Copy link
Copy Markdown
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
@iequidoo iequidoo requested a review from Hocuri March 24, 2026 16:51
@iequidoo iequidoo merged commit 98b55ec into main Mar 24, 2026
55 of 56 checks passed
@iequidoo iequidoo deleted the iequidoo/dc_event_channel_new-decl branch March 24, 2026 19:22
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)

2 participants