mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
oleaut32/tests: Don't check return values inside of if(0) (LLVM/Clang).
This commit is contained in:
parent
7aff865e8e
commit
81102327ef
@ -495,7 +495,7 @@ static void test_OleCreatePictureIndirect(void)
|
|||||||
if (0)
|
if (0)
|
||||||
{
|
{
|
||||||
/* crashes on native */
|
/* crashes on native */
|
||||||
hr = pOleCreatePictureIndirect(NULL, &IID_IPicture, TRUE, NULL);
|
pOleCreatePictureIndirect(NULL, &IID_IPicture, TRUE, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
hr = pOleCreatePictureIndirect(NULL, &IID_IPicture, TRUE, (void**)&pict);
|
hr = pOleCreatePictureIndirect(NULL, &IID_IPicture, TRUE, (void**)&pict);
|
||||||
|
Loading…
Reference in New Issue
Block a user