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

Alexandre Julliard julliard at winehq.org
Thu Feb 17 13:06:35 CST 2011


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

Author: Austin English <austinenglish at gmail.com>
Date:   Wed Feb 16 17:57:22 2011 -0800

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

---

 dlls/ole32/tests/hglobalstream.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/dlls/ole32/tests/hglobalstream.c b/dlls/ole32/tests/hglobalstream.c
index 0810d9f..b2a6ee9 100644
--- a/dlls/ole32/tests/hglobalstream.c
+++ b/dlls/ole32/tests/hglobalstream.c
@@ -421,6 +421,8 @@ static void test_copyto(void)
     static const LARGE_INTEGER llZero;
     char buffer[15];
 
+    ok_ole_success(hr, "CreateStreamOnHGlobal");
+
     expected_method_list = methods_copyto;
 
     hr = IStream_Write(pStream, szHello, sizeof(szHello), &written);




More information about the wine-cvs mailing list