diff --git a/resource/planner/test/planner_test02.cpp b/resource/planner/test/planner_test02.cpp index 336c098a0..e1c3b1228 100644 --- a/resource/planner/test/planner_test02.cpp +++ b/resource/planner/test/planner_test02.cpp @@ -622,7 +622,8 @@ static int test_constructors_and_overload () static int test_multi_update () { - bool bo, found = true; + bool bo = false; + bool found = true; size_t len = 5; size_t size = 0; int rc = -1;