Revision: 65169
          http://sourceforge.net/p/brlcad/code/65169
Author:   carlmoore
Date:     2015-06-03 19:20:59 +0000 (Wed, 03 Jun 2015)
Log Message:
-----------
remove initialization of c, because it's immediately set in a 'while' statement

Modified Paths:
--------------
    brlcad/trunk/src/util/bwmod.c

Modified: brlcad/trunk/src/util/bwmod.c
===================================================================
--- brlcad/trunk/src/util/bwmod.c       2015-06-03 18:41:44 UTC (rev 65168)
+++ brlcad/trunk/src/util/bwmod.c       2015-06-03 19:20:59 UTC (rev 65169)
@@ -75,7 +75,7 @@
 int
 get_args(int argc, char **argv)
 {
-    int c = 0;
+    int c;
     double d = 0.0;
 
     while ((c = bu_getopt(argc, argv, "a:s:m:d:Ae:r:cS:O:M:X:t:h?")) != -1) {

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


------------------------------------------------------------------------------
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to