[Xfce4-commits] [apps/xfce4-mixer] 01/01: Fix build with GCC 4.8.1 by using G_GNUC_PRINTF (bug #10474)
noreply at xfce.org
noreply at xfce.org
Fri Jul 25 13:47:39 CEST 2014
This is an automated email from the git hooks/post-receive script.
jannis pushed a commit to branch master
in repository apps/xfce4-mixer.
commit ff84f0eef42ac6fb7a285a8ee1646600ead10c8e
Author: Jannis Pohlmann <jannis at xfce.org>
Date: Fri Jul 25 13:45:14 2014 +0200
Fix build with GCC 4.8.1 by using G_GNUC_PRINTF (bug #10474)
---
libxfce4mixer/xfce-mixer-debug.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libxfce4mixer/xfce-mixer-debug.h b/libxfce4mixer/xfce-mixer-debug.h
index 4ade97c..8643d4d 100644
--- a/libxfce4mixer/xfce-mixer-debug.h
+++ b/libxfce4mixer/xfce-mixer-debug.h
@@ -34,7 +34,7 @@ void xfce_mixer_debug_real (const gchar *log_domain,
const gchar *file,
const gchar *func,
gint line,
- const gchar *format, ...);
+ const gchar *format, ...) G_GNUC_PRINTF(5, 6);
void xfce_mixer_dump_gst_data (void);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list