Austin English : comctl32/tests: Make sure to use a return value (LLVM/ Clang).

Alexandre Julliard julliard at winehq.org
Fri Feb 18 10:50:16 CST 2011


Module: wine
Branch: master
Commit: 809bb35bf0ada7ba3369909f3beac34bf6e381a1
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=809bb35bf0ada7ba3369909f3beac34bf6e381a1

Author: Austin English <austinenglish at gmail.com>
Date:   Wed Feb 16 18:21:29 2011 -0800

comctl32/tests: Make sure to use a return value (LLVM/Clang).

---

 dlls/comctl32/tests/updown.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/comctl32/tests/updown.c b/dlls/comctl32/tests/updown.c
index 859b3a0..f10e469 100644
--- a/dlls/comctl32/tests/updown.c
+++ b/dlls/comctl32/tests/updown.c
@@ -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");




More information about the wine-cvs mailing list