[Users] [Bug 4780] New: use proper prototype for two archiver functions
noreply at thewildbeast.co.uk
noreply at thewildbeast.co.uk
Sat Feb 17 19:31:04 UTC 2024
https://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=4780
Bug ID: 4780
Summary: use proper prototype for two archiver functions
Product: Claws Mail
Version: GIT
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P3
Component: Other
Assignee: users at lists.claws-mail.org
Reporter: olaf at aepfle.de
Created attachment 2466
-->
https://www.thewildbeast.co.uk/claws-mail/bugzilla/attachment.cgi?id=2466&action=edit
master-use-proper-prototype-for-two-archiver-functions.patch
In file included from archiver_gtk.c:52:
./archiver.h:55:6: warning: a function declaration without a prototype is
deprecated in all versions of C and is treated as a zero-parameter prototype in
C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
void archiver_gtk_done();
^
archiver_gtk.c:1348:6: note: conflicting prototype is here
void archiver_gtk_done(struct ArchivePage* page, GtkWidget* widget) {
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Users
mailing list