Revision: 44738
http://brlcad.svn.sourceforge.net/brlcad/?rev=44738&view=rev
Author: erikgreenwald
Date: 2011-06-06 17:30:49 +0000 (Mon, 06 Jun 2011)
Log Message:
-----------
Squash uninitialized variable warnings.
Modified Paths:
--------------
brlcad/trunk/src/librt/primitives/nmg/nmg_bool.c
Modified: brlcad/trunk/src/librt/primitives/nmg/nmg_bool.c
===================================================================
--- brlcad/trunk/src/librt/primitives/nmg/nmg_bool.c 2011-06-06 17:25:13 UTC
(rev 44737)
+++ brlcad/trunk/src/librt/primitives/nmg/nmg_bool.c 2011-06-06 17:30:49 UTC
(rev 44738)
@@ -1128,8 +1128,8 @@
union tree *tl;
union tree *tr;
struct nmgregion *reg;
- int op;
- const char *op_str;
+ int op = 0;
+ const char *op_str = NULL;
size_t rem;
char *name;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Discover what all the cheering's about.
Get your free trial download today.
http://p.sf.net/sfu/quest-dev2dev2
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits