[Users] [Bug 4324] New: compilation: too few arguments to function ‘summary_show’

noreply at thewildbeast.co.uk noreply at thewildbeast.co.uk
Sun Mar 15 18:49:45 CET 2020


https://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=4324

            Bug ID: 4324
           Summary: compilation: too few arguments to function
                    ‘summary_show’
           Product: Claws Mail
           Version: 3.17.5
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Plugins/Maildir
          Assignee: users at lists.claws-mail.org
          Reporter: cweiske at cweiske.de

Trying to compile the maildir plugin from
git://git.claws-mail.org/maildir-plugin.git on Debian unstable with claws
3.17.5-2 I get the following compilation error:

maildir_gtk.c: In function ‘update_tree_cb’:
maildir_gtk.c:168:2: error: too few arguments to function ‘summary_show’
  168 |  summary_show(folderview->summaryview, NULL);
      |  ^~~~~~~~~~~~
In file included from maildir_gtk.c:41:
/usr/include/claws-mail/summaryview.h:190:10: note: declared here
  190 | gboolean summary_show    (SummaryView  *summaryview,
      |          ^~~~~~~~~~~~
maildir_gtk.c: In function ‘delete_folder_cb’:
maildir_gtk.c:338:4: error: too few arguments to function ‘summary_show’
  338 |    summary_show(folderview->summaryview,
      |    ^~~~~~~~~~~~

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Users mailing list