[Gpredict-svn] SF.net SVN: gpredict:[858] trunk/src/mod-mgr.c
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
|
From: <aa...@us...> - 2011-07-14 04:05:53
|
Revision: 858
http://gpredict.svn.sourceforge.net/gpredict/?rev=858&view=rev
Author: aa1vs
Date: 2011-07-14 04:05:47 +0000 (Thu, 14 Jul 2011)
Log Message:
-----------
Clean pendantic compiler warning.
Modified Paths:
--------------
trunk/src/mod-mgr.c
Modified: trunk/src/mod-mgr.c
===================================================================
--- trunk/src/mod-mgr.c 2011-07-14 04:03:33 UTC (rev 857)
+++ trunk/src/mod-mgr.c 2011-07-14 04:05:47 UTC (rev 858)
@@ -564,6 +564,9 @@
GtkWidget *pg;
gchar *title;
+ (void) notebook; /* avoid unused parameter compiler warning */
+ (void) page; /* avoid unused parameter compiler warning */
+ (void) user_data; /* avoid unused parameter compiler warning */
pg = gtk_notebook_get_nth_page (GTK_NOTEBOOK (nbook), page_num);
title = g_strdup_printf (_("GPREDICT: %s"),
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|