Michael Stefaniuc : msxml3/tests: Remove an unused assignment (PVS-Studio) .

Alexandre Julliard julliard at wine.codeweavers.com
Mon Jan 19 16:00:04 CST 2015


Module: wine
Branch: master
Commit: fe61400088b59def0cf4f580a9e8bace5132c7c7
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=fe61400088b59def0cf4f580a9e8bace5132c7c7

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Mon Jan 19 12:53:18 2015 +0100

msxml3/tests: Remove an unused assignment (PVS-Studio).

---

 dlls/msxml3/tests/domdoc.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dlls/msxml3/tests/domdoc.c b/dlls/msxml3/tests/domdoc.c
index 1a73771..a23fb66 100644
--- a/dlls/msxml3/tests/domdoc.c
+++ b/dlls/msxml3/tests/domdoc.c
@@ -4903,7 +4903,6 @@ static void test_xmlTypes(void)
 
     doc = create_document(&IID_IXMLDOMDocument);
 
-    pNextChild = (void*)0xdeadbeef;
     hr = IXMLDOMDocument_get_nextSibling(doc, NULL);
     ok(hr == E_INVALIDARG, "ret %08x\n", hr );
 




More information about the wine-cvs mailing list