[Xfce4-commits] [xfce/xfce4-power-manager] 49/63: Fix build warnings with --enable-debug=full

noreply at xfce.org noreply at xfce.org
Sun Mar 22 13:02:44 CET 2015


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository xfce/xfce4-power-manager.

commit cdafab7dd8d9fefa7ff96828a53975a0a021b27a
Author: Eric Koegel <eric.koegel at gmail.com>
Date:   Mon Mar 16 19:41:42 2015 +0300

    Fix build warnings with --enable-debug=full
---
 settings/xfpm-settings-app.c |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/settings/xfpm-settings-app.c b/settings/xfpm-settings-app.c
index 1bc7c80..657abfc 100644
--- a/settings/xfpm-settings-app.c
+++ b/settings/xfpm-settings-app.c
@@ -35,6 +35,7 @@
 #include "xfpm-settings.h"
 #include "xfpm-debug.h"
 #include "xfpm-config.h"
+#include "xfpm-common.h"
 
 
 struct _XfpmSettingsAppPrivate
@@ -46,8 +47,6 @@ struct _XfpmSettingsAppPrivate
     gchar            *device_id;
 };
 
-static void xfpm_settings_app_class_init (XfpmSettingsAppClass *class);
-static void xfpm_settings_app_init       (XfpmSettingsApp *app);
 static void xfpm_settings_app_activate   (GApplication *app);
 
 
@@ -197,7 +196,7 @@ xfpm_settings_app_class_init (XfpmSettingsAppClass *class)
 }
 
 XfpmSettingsApp *
-xfpm_settings_app_new ()
+xfpm_settings_app_new (void)
 {
     return g_object_new (XFPM_TYPE_SETTINGS_APP,
                          "application-id", "org.xfce.PowerManager.Settings",

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list