[Commits] [SCM] claws branch, master, updated. 3.11.1-94-g6d45e57
mones at claws-mail.org
mones at claws-mail.org
Wed Apr 29 20:30:43 CEST 2015
The branch, master has been updated
via 6d45e57eb7e414bb4d276f2f3c9fc06ecb79726c (commit)
from 43930e40fc4355c4427d2fa1298cee32966fd132 (commit)
Summary of changes:
src/plugins/notification/notification_prefs.c | 1 +
src/plugins/rssyl/rssyl_prefs.c | 1 +
src/plugins/vcalendar/libical/libical/icalderivedproperty.c.in | 2 ++
3 files changed, 4 insertions(+)
- Log -----------------------------------------------------------------
commit 6d45e57eb7e414bb4d276f2f3c9fc06ecb79726c
Author: Ricardo Mones <ricardo at mones.org>
Date: Wed Apr 29 20:28:29 2015 +0200
Fix bug #2981 and other two implicit...
...declaration warnings I probably introduced in previous commits:
• notification_prefs.c:1285:2: warning: implicit declaration of function
'filesel_select_file_open' [-Wimplicit-function-declaration]
• rssyl_prefs.c:110:2: warning: implicit declaration of function
'filesel_select_file_open' [-Wimplicit-function-declaration]
• icalderivedproperty.c:374:4: warning: implicit declaration of function
'icalproperty_add_parameters' [-Wimplicit-function-declaration]
;-)
diff --git a/src/plugins/notification/notification_prefs.c b/src/plugins/notification/notification_prefs.c
index 222de2a..4feac1c 100644
--- a/src/plugins/notification/notification_prefs.c
+++ b/src/plugins/notification/notification_prefs.c
@@ -31,6 +31,7 @@
#include "common/utils.h"
#include "common/defs.h"
#include "gtk/gtkutils.h"
+#include "gtk/filesel.h"
#include "main.h"
#include "notification_prefs.h"
diff --git a/src/plugins/rssyl/rssyl_prefs.c b/src/plugins/rssyl/rssyl_prefs.c
index 374a862..d23556f 100644
--- a/src/plugins/rssyl/rssyl_prefs.c
+++ b/src/plugins/rssyl/rssyl_prefs.c
@@ -32,6 +32,7 @@
#include <common/defs.h>
#include <prefs_gtk.h>
#include <mainwindow.h>
+#include <gtk/filesel.h>
/* Local includes */
#include "rssyl.h"
diff --git a/src/plugins/vcalendar/libical/libical/icalderivedproperty.c.in b/src/plugins/vcalendar/libical/libical/icalderivedproperty.c.in
index 9092b6a..62addce 100644
--- a/src/plugins/vcalendar/libical/libical/icalderivedproperty.c.in
+++ b/src/plugins/vcalendar/libical/libical/icalderivedproperty.c.in
@@ -48,6 +48,8 @@
struct icalproperty_impl*
icalproperty_new_impl (icalproperty_kind kind);
+void icalproperty_add_parameters (struct icalproperty_impl *prop, va_list args);
+
/* This map associates the property kinds with the string
representation of the property name and the kind of VALUE that the
property uses as a default */
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list