diff --git a/test/testpaint/intercept_2.cpp b/test/testpaint/intercept_2.cpp index 534811d0e4..51e9d4f181 100644 --- a/test/testpaint/intercept_2.cpp +++ b/test/testpaint/intercept_2.cpp @@ -59,7 +59,7 @@ namespace Intercept2 call.height = -1; call.slope = -1; - support_height referenceSupport; + support_height referenceSupport = { 0 }; for (int i = 0; i < 9; i++) { if (positionsRemaining & segment_offsets[i]) {