mirror of
https://github.com/reactos/wine.git
synced 2024-11-30 07:00:30 +00:00
comctl32/tests: Make sure to use a return value (LLVM/Clang).
This commit is contained in:
parent
85e3ff245f
commit
809bb35bf0
@ -406,6 +406,7 @@ static void test_updown_pos32(void)
|
||||
|
||||
low = high = -1;
|
||||
r = SendMessage(updown, UDM_GETRANGE32, (WPARAM) &low , (LPARAM) &high );
|
||||
expect(0,r);
|
||||
if (low == -1)
|
||||
{
|
||||
win_skip("UDM_SETRANGE32/UDM_GETRANGE32 not available\n");
|
||||
|
Loading…
Reference in New Issue
Block a user