From 07ec5afdc9c5c027a438f378f5f208ffa9ebc1dd Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 8 Aug 2018 20:29:49 +0300 Subject: warning fix --- src/core/stdclist/src/clcpaint.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core') diff --git a/src/core/stdclist/src/clcpaint.cpp b/src/core/stdclist/src/clcpaint.cpp index a5808fa46c..8e24b60c79 100644 --- a/src/core/stdclist/src/clcpaint.cpp +++ b/src/core/stdclist/src/clcpaint.cpp @@ -230,7 +230,7 @@ void PaintClc(HWND hwnd, struct ClcData *dat, HDC hdc, RECT * rcPaint) int iImage = -1; int selected = index == dat->selection && (dat->bShowSelAlways || dat->exStyle & CLS_EX_SHOWSELALWAYS || GetFocus() == hwnd) && cc->type != CLCIT_DIVIDER; int hottrack = dat->exStyle & CLS_EX_TRACKSELECT && cc->type != CLCIT_DIVIDER && dat->iHotTrack == index; - SIZE textSize, countsSize, spaceSize; + SIZE textSize, countsSize = {}, spaceSize = {}; int width, checkboxWidth; // alternating grey -- cgit v1.2.3