aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-folder-summary.c
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-folder-summary.c')
-rw-r--r--camel/camel-folder-summary.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/camel/camel-folder-summary.c b/camel/camel-folder-summary.c
index 9a6a96c273..6ee83348a4 100644
--- a/camel/camel-folder-summary.c
+++ b/camel/camel-folder-summary.c
@@ -1379,7 +1379,9 @@ static CamelMessageContentInfo * content_info_new_from_message(CamelFolderSummar
return ci;
}
+#ifndef NO_WARNINGS
#warning "These should be made private again, easy to fix (used in filter-driver)"
+#endif
char *
camel_folder_summary_format_address(struct _header_raw *h, const char *name)
{
@@ -2206,7 +2208,7 @@ camel_system_flag_get (guint32 flags, const char *name)
* Returns a new CamelMessageInfo structure.
**/
CamelMessageInfo *
-camel_message_info_new ()
+camel_message_info_new (void)
{
CamelMessageInfo *info;