Revision: 56575
          http://sourceforge.net/p/brlcad/code/56575
Author:   phoenixyjll
Date:     2013-08-05 13:05:09 +0000 (Mon, 05 Aug 2013)
Log Message:
-----------
Eliminate compiler warnings.

Modified Paths:
--------------
    brlcad/trunk/src/librt/primitives/bot/bot_oriented_bbox.cpp

Modified: brlcad/trunk/src/librt/primitives/bot/bot_oriented_bbox.cpp
===================================================================
--- brlcad/trunk/src/librt/primitives/bot/bot_oriented_bbox.cpp 2013-08-05 
13:04:18 UTC (rev 56574)
+++ brlcad/trunk/src/librt/primitives/bot/bot_oriented_bbox.cpp 2013-08-05 
13:05:09 UTC (rev 56575)
@@ -33,11 +33,10 @@
  * R T _ B O T _ O R I E N T E D _ B B O X
  */
 extern "C" int
-rt_bot_oriented_bbox(struct rt_arb_internal *bbox, struct rt_db_internal *ip, 
const fastf_t tol)
+rt_bot_oriented_bbox(struct rt_arb_internal *bbox, struct rt_db_internal *ip, 
const fastf_t UNUSED(tol))
 {
 
     struct rt_bot_internal *bot_ip;
-    size_t i;
     gdiam_point *pnt_arr = NULL;
     gdiam_bbox bb;
 

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


------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to