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: 223c431d90bcb5d18b8a27b9eb17eb0a206e9ddc
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=223c431d90bcb5d18b8a27b9eb17eb0a206e9ddc

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

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

---

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

diff --git a/dlls/comctl32/tests/status.c b/dlls/comctl32/tests/status.c
index 839b138..920d969 100644
--- a/dlls/comctl32/tests/status.c
+++ b/dlls/comctl32/tests/status.c
@@ -369,6 +369,7 @@ static void test_status_control(void)
 
     /* Set the Unicode format */
     r = SendMessage(hWndStatus, SB_SETUNICODEFORMAT, FALSE, 0);
+    expect(FALSE,r);
     r = SendMessage(hWndStatus, SB_GETUNICODEFORMAT, 0, 0);
     expect(FALSE,r);
     r = SendMessage(hWndStatus, SB_SETUNICODEFORMAT, TRUE, 0);




More information about the wine-cvs mailing list