mirror of
https://github.com/reactos/wine.git
synced 2025-01-24 21:10:50 +00:00
ole32/tests: Make sure to use a return value (LLVM/Clang).
This commit is contained in:
parent
c4b1523b90
commit
671b9a43e7
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user