SF.net SVN: geany-plugins: [53] trunk/geanysendmail/src/geanysendmail.c

frlan at users.sourceforge.net frlan at xxxxx
Sun May 25 19:43:49 UTC 2008


Revision: 53
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=53&view=rev
Author:   frlan
Date:     2008-05-25 12:43:47 -0700 (Sun, 25 May 2008)

Log Message:
-----------
GeanySendMail: Removed a compiler warning

Modified Paths:
--------------
    trunk/geanysendmail/src/geanysendmail.c

Modified: trunk/geanysendmail/src/geanysendmail.c
===================================================================
--- trunk/geanysendmail/src/geanysendmail.c	2008-05-25 19:43:10 UTC (rev 52)
+++ trunk/geanysendmail/src/geanysendmail.c	2008-05-25 19:43:47 UTC (rev 53)
@@ -295,7 +295,7 @@
 }
 
 /* Called by Geany to initialize the plugin */
-void init(GeanyData *data)
+void init(GeanyData G_GNUC_UNUSED *data)
 {
 	GtkTooltips *tooltips = NULL;
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Plugins-Commits mailing list