shdocvw/tests: Don't check return values inside of if(0) (LLVM/Clang).
This commit is contained in:
parent
b8bf372e70
commit
7f290c9544
|
@ -268,7 +268,7 @@ static void test_ParseURLFromOutsideSourceA(void)
|
|||
|
||||
if (0) {
|
||||
/* that test crash on native shdocvw */
|
||||
res = pParseURLFromOutsideSourceA(ParseURL_table[i].url, buffer, NULL, &dummy);
|
||||
pParseURLFromOutsideSourceA(ParseURL_table[i].url, buffer, NULL, &dummy);
|
||||
}
|
||||
|
||||
memset(buffer, '#', sizeof(buffer)-1);
|
||||
|
|
Loading…
Reference in New Issue