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

frlan at users.sourceforge.net frlan at xxxxx
Sat Feb 14 13:02:00 UTC 2009


Revision: 472
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=472&view=rev
Author:   frlan
Date:     2009-02-14 13:02:00 +0000 (Sat, 14 Feb 2009)

Log Message:
-----------
GeanySendMail: Fixed a small compiler warning (gcc)

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

Modified: trunk/geanysendmail/src/geanysendmail.c
===================================================================
--- trunk/geanysendmail/src/geanysendmail.c	2009-02-14 12:49:46 UTC (rev 471)
+++ trunk/geanysendmail/src/geanysendmail.c	2009-02-14 13:02:00 UTC (rev 472)
@@ -257,7 +257,7 @@
 pref_widgets;
 
 static void
-on_configure_response(GtkDialog *dialog, gint response, gpointer user_data)
+on_configure_response(G_GNUC_UNUSED GtkDialog *dialog, gint response, G_GNUC_UNUSED  gpointer user_data)
 {
 	if (response == GTK_RESPONSE_OK || response == GTK_RESPONSE_APPLY)
 	{


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