Commit 2ccd55e5 authored by Bruno Jesus's avatar Bruno Jesus Committed by Alexandre Julliard

comctl32/tests: Remove dead assignment in comboex.c (Cppcheck).

parent a54c1878
......@@ -127,7 +127,7 @@ static HWND subclass_editbox(HWND hwndComboEx)
static void test_comboboxex(void) {
HWND myHwnd = 0;
LONG res = -1;
LONG res;
COMBOBOXEXITEMA cbexItem;
static const char *first_item = "First Item",
*second_item = "Second Item",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment