commit | 71f86fbe4fd2f3c9397f42ffbe476c7fd1e2887e | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Wed Mar 15 20:15:41 2017 -0700 |
committer | Austin Schuh <austin.linux@gmail.com> | Wed Mar 22 21:00:54 2017 -0700 |
tree | 1a139d3d094f62726887926a166bcba0349ec33a | |
parent | 63d2ca61dbe3e4cbf7f951205827d18f5d59b3be [diff] [blame] |
Fixed vision compiler warning. Change-Id: I602ff0c881a74feac9997ac0690ff2143cbe920e
diff --git a/aos/vision/blob/transpose.cc b/aos/vision/blob/transpose.cc index 72e1cc1..fe4d4a9 100644 --- a/aos/vision/blob/transpose.cc +++ b/aos/vision/blob/transpose.cc
@@ -61,7 +61,7 @@ has_cur_range = true; }; - int prev_start; + int prev_start = 0; for (const auto &pt : row_events) { switch (pt.second) { case kRangeStart: