Revision: 76710
          http://sourceforge.net/p/brlcad/code/76710
Author:   starseeker
Date:     2020-08-11 19:19:14 +0000 (Tue, 11 Aug 2020)
Log Message:
-----------
initialize

Modified Paths:
--------------
    brlcad/branches/RELEASE/src/libbu/tests/datetime.c

Modified: brlcad/branches/RELEASE/src/libbu/tests/datetime.c
===================================================================
--- brlcad/branches/RELEASE/src/libbu/tests/datetime.c  2020-08-11 18:40:48 UTC 
(rev 76709)
+++ brlcad/branches/RELEASE/src/libbu/tests/datetime.c  2020-08-11 19:19:14 UTC 
(rev 76710)
@@ -39,7 +39,9 @@
 
     switch (function_num) {
        case 0: {
-           int64_t time0, time1, time2;
+           int64_t time0 = 0;
+           int64_t time1 = 0;
+           int64_t time2 = 0;
            int64_t i = 0;
            size_t counter = 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