Revision: 42002
          http://brlcad.svn.sourceforge.net/brlcad/?rev=42002&view=rev
Author:   brlcad
Date:     2011-01-07 08:51:30 +0000 (Fri, 07 Jan 2011)

Log Message:
-----------
mark unused param

Modified Paths:
--------------
    brlcad/trunk/src/librt/primitives/tor/tor_brep.cpp

Modified: brlcad/trunk/src/librt/primitives/tor/tor_brep.cpp
===================================================================
--- brlcad/trunk/src/librt/primitives/tor/tor_brep.cpp  2011-01-07 07:00:56 UTC 
(rev 42001)
+++ brlcad/trunk/src/librt/primitives/tor/tor_brep.cpp  2011-01-07 08:51:30 UTC 
(rev 42002)
@@ -31,7 +31,7 @@
 
 
 extern "C" void
-rt_tor_brep(ON_Brep **b, const struct rt_db_internal *ip, const struct bn_tol 
*tol)
+rt_tor_brep(ON_Brep **b, const struct rt_db_internal *ip, const struct bn_tol 
*UNUSED(tol))
 {
     struct rt_tor_internal *tip;
 


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

------------------------------------------------------------------------------
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
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