Revision: 42297
          http://brlcad.svn.sourceforge.net/brlcad/?rev=42297&view=rev
Author:   tbrowder2
Date:     2011-01-15 12:50:09 +0000 (Sat, 15 Jan 2011)

Log Message:
-----------
quell warning about unused function HmPrntLList

Modified Paths:
--------------
    brlcad/trunk/src/burst/Hm.c

Modified: brlcad/trunk/src/burst/Hm.c
===================================================================
--- brlcad/trunk/src/burst/Hm.c 2011-01-15 12:44:08 UTC (rev 42296)
+++ brlcad/trunk/src/burst/Hm.c 2011-01-15 12:50:09 UTC (rev 42297)
@@ -203,6 +203,7 @@
 
   Print all HmItem's in listp.
 */
+/*
 static void
 HmPrntLList(HmLList *listp)
 {
@@ -212,8 +213,8 @@
     HmPrntLList(listp->next);
     return;
 }
+*/
 
-
 /*
   void HmFreeItems(Hmitem *itemp)
 


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

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to