Commit 757aaecc authored by Austin English's avatar Austin English Committed by Alexandre Julliard

shlwapi/tests: Don't check return values inside of if(0) (LLVM/Clang).

parent f0ca65a2
......@@ -191,7 +191,7 @@ static void test_SHGetThreadRef(void)
if (0) {
/* this crash on Windows */
hr = pSHGetThreadRef(NULL);
pSHGetThreadRef(NULL);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment