Revision: 40920
          http://brlcad.svn.sourceforge.net/brlcad/?rev=40920&view=rev
Author:   starseeker
Date:     2010-10-07 02:43:21 +0000 (Thu, 07 Oct 2010)

Log Message:
-----------
Use UNUSED to wrap variables instead of commenting out

Modified Paths:
--------------
    brlcad/branches/cmake/src/libbn/randmt.c

Modified: brlcad/branches/cmake/src/libbn/randmt.c
===================================================================
--- brlcad/branches/cmake/src/libbn/randmt.c    2010-10-07 02:39:38 UTC (rev 
40919)
+++ brlcad/branches/cmake/src/libbn/randmt.c    2010-10-07 02:43:21 UTC (rev 
40920)
@@ -130,13 +130,13 @@
 /* straight binhex would result in a 8+4992 character encoding. We should be 
able
  * to compress it quite a bit with better encoding? maybe uuencode? */
 void
-bn_randmt_state_serialize(/*struct _internal_state_s *is, struct bu_vls *s*/)
+bn_randmt_state_serialize(struct _internal_state_s UNUSED(*is), struct bu_vls 
UNUSED(*s))
 {
     bu_bomb("Not implemented yet.\n");
 }
 
 void
-bn_randmt_state_deserialize(/*struct _internal_state_s *is, struct bu_vls *s*/)
+bn_randmt_state_deserialize(struct _internal_state_s UNUSED(*is), struct 
bu_vls UNUSED(*s))
 {
     bu_bomb("Not implemented yet.\n");
 }


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

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to