[Xfce4-commits] [apps/parole] 01/02: Fix compiler warning (old-style function definition)
    noreply at xfce.org 
    noreply at xfce.org
       
    Wed Aug 14 20:59:47 CEST 2019
    
    
  
This is an automated email from the git hooks/post-receive script.
o   c   h   o   s   i       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository apps/parole.
commit ab1cb9cd43020c122b5032ea1f29d9722f1e8056
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Wed Aug 14 20:55:57 2019 +0200
    Fix compiler warning (old-style function definition)
---
 src/common/parole-powermanager.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/common/parole-powermanager.c b/src/common/parole-powermanager.c
index c4d7852..020af0c 100644
--- a/src/common/parole-powermanager.c
+++ b/src/common/parole-powermanager.c
@@ -100,7 +100,7 @@ parole_power_manager_uninhibit (GDBusConnection *connection,
 }
 
 GDBusConnection *
-parole_power_manager_dbus_init ()
+parole_power_manager_dbus_init (void)
 {
     GDBusConnection *connection;
     GError          *error = NULL;
-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
    
    
More information about the Xfce4-commits
mailing list