Revision: 40743
http://brlcad.svn.sourceforge.net/brlcad/?rev=40743&view=rev
Author: brlcad
Date: 2010-09-28 17:42:41 +0000 (Tue, 28 Sep 2010)
Log Message:
-----------
quell verbose linux warnings. init bin values to 0, removed unused vars.
Modified Paths:
--------------
brlcad/trunk/src/librt/primitives/bot/bot.c
Modified: brlcad/trunk/src/librt/primitives/bot/bot.c
===================================================================
--- brlcad/trunk/src/librt/primitives/bot/bot.c 2010-09-28 17:39:47 UTC (rev
40742)
+++ brlcad/trunk/src/librt/primitives/bot/bot.c 2010-09-28 17:42:41 UTC (rev
40743)
@@ -2854,7 +2854,7 @@
/* init to zero for sanity */
for (j=bin_todonext[slot]+1; j<bin_capacity[slot]; j++) {
- bin[slot][j] = (long *)NULL;
+ bin[slot][j] = 0;
}
}
@@ -3947,8 +3947,7 @@
int face_count;
int actual_count;
int deleted;
- int v1, v2;
- int i, j;
+ int i;
int done;
RT_BOT_CK_MAGIC(bot);
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits