[monkey-bubble: 319/753] G_GNUC_UNUSED.



commit 8a77a36db9453da3b24ebbbfc88fd645d6d678b5
Author: Martin Baulig <martin src gnome org>
Date:   Wed May 23 20:19:56 2001 +0000

    G_GNUC_UNUSED.

 libgnome/gnome-ditem.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libgnome/gnome-ditem.c b/libgnome/gnome-ditem.c
index 5ef2a4a..919257f 100644
--- a/libgnome/gnome-ditem.c
+++ b/libgnome/gnome-ditem.c
@@ -1080,7 +1080,7 @@ gnome_desktop_item_launch (const GnomeDesktopItem *item, int argc, const char **
 }
 
 /* replace %s, %f, %u or %F in exec with file and run */
-static int
+static int G_GNUC_UNUSED
 ditem_exec_single_file (const GnomeDesktopItem *item, const char *exec, char *file)
 {
 	const char **temp_argv = NULL;
@@ -1169,7 +1169,7 @@ stripstreq(const char *s1, const char *s2)
 
 /* replace %s, %f, %u or %F in exec with files and run, the trick here is
    that we will only replace %? in case it is a complete argument */
-static int
+static int G_GNUC_UNUSED
 ditem_exec_multiple_files (const GnomeDesktopItem *item, const char *exec,
 			   GList *files)
 {
@@ -1278,7 +1278,7 @@ gnome_desktop_item_drop_uri_list (const GnomeDesktopItem *item,
 				  GList *uri_list)
 {
 	GList *li;
-	gboolean any_urls = FALSE;
+	gboolean G_GNUC_UNUSED any_urls = FALSE;
 	GList *file_list = NULL;
 	int ret = -1;
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]