Nuking of some useless warnings, and make "char *" --> "const char *"
when required. * mailbox/include/imap0.h: warning: comma at end of enumerator list. * mailbox/locker.c (locker_set_expire_time): warning: declaration of `time' shadows global declaration (locker_get_expire_time): declaration of `time' shadows global declaration * mailbox/mbx_default.c (mu_path_maildir): Use "const" to reinforce a constant string. * include/mailutils/mailbox.h (mu_path_maildir): constant "const". * mailbox/mbx_mbox.c (mbox_append_message): status already declared. * mailbox/memory_stream.c (_memory_truncate): Cast before doing the comparison. * mailbox/parse822.c (parse822_time): useless ';' outside function definition. * mailbox/smtp.c (smtp_send_message): warning: declaration of `from' shadows a parameter declaration of `to' shadows a parameter.
Showing
10 changed files
with
41 additions
and
26 deletions
-
Please register or sign in to post a comment