[Gpredict-svn] SF.net SVN: gpredict:[846] trunk/src/trsp-conf.c
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
From: <aa...@us...> - 2011-07-14 00:01:40
|
Revision: 846 http://gpredict.svn.sourceforge.net/gpredict/?rev=846&view=rev Author: aa1vs Date: 2011-07-14 00:01:34 +0000 (Thu, 14 Jul 2011) Log Message: ----------- Clean pendantic compiler warning. Modified Paths: -------------- trunk/src/trsp-conf.c Modified: trunk/src/trsp-conf.c =================================================================== --- trunk/src/trsp-conf.c 2011-07-14 00:01:10 UTC (rev 845) +++ trunk/src/trsp-conf.c 2011-07-14 00:01:34 UTC (rev 846) @@ -169,6 +169,8 @@ void write_transponders (guint catnum, GSList *trsplist) { // FIXME + (void) catnum; /* avoid unused parameter compiler warning */ + (void) trsplist; /* avoid unused parameter compiler warning */ sat_log_log (SAT_LOG_LEVEL_BUG, _("%s: Not implemented!"), __FUNCTION__); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |