[Xfce4-commits] [xfce/xfce4-session] 01/02: Silence compiler warning

noreply at xfce.org noreply at xfce.org
Fri May 17 14:46:35 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 xfce/xfce4-session.

commit 931059dfb59ac2776e0bb086e665628f8290fa8a
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Fri May 17 14:38:42 2019 +0200

    Silence compiler warning
---
 xfce4-session/xfsm-shutdown-fallback.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce4-session/xfsm-shutdown-fallback.c b/xfce4-session/xfsm-shutdown-fallback.c
index c3444da..9706139 100644
--- a/xfce4-session/xfsm-shutdown-fallback.c
+++ b/xfce4-session/xfsm-shutdown-fallback.c
@@ -371,7 +371,7 @@ xfsm_shutdown_fallback_try_action (XfsmShutdownType   type,
                                    GError           **error)
 {
   const gchar *xfsm_helper_action;
-  const gchar *cmd;
+  const gchar *cmd __attribute__((unused));
   gboolean ret = FALSE;
   gint exit_status = 0;
 #ifdef HAVE_POLKIT

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


More information about the Xfce4-commits mailing list