shell32/tests: Don't check return values inside of if(0) (LLVM/Clang).
This commit is contained in:
parent
75f8de0d4f
commit
d6cd0e999e
|
@ -358,7 +358,7 @@ static void test_parameters(void)
|
|||
BOOL ret;
|
||||
|
||||
if (0)
|
||||
ret = pSHGetSpecialFolderPathA(NULL, NULL, CSIDL_BITBUCKET, FALSE);
|
||||
pSHGetSpecialFolderPathA(NULL, NULL, CSIDL_BITBUCKET, FALSE);
|
||||
|
||||
/* odd but true: calling with a NULL path still succeeds if it's a real
|
||||
* dir (on some windows platform). on winME it generates exception.
|
||||
|
|
Loading…
Reference in New Issue