Kaydet (Commit) e04f1a6f authored tarafından Caolán McNamara's avatar Caolán McNamara

CID#1079361 unused pointer value

Change-Id: I00e7370792e2971b3f00ac8ec0ea0df4426613a9
üst cb92e644
......@@ -129,6 +129,7 @@ void WPXSvStreamTest::testRead()
pData = pInput->read(0UL, nReadBytes);
CPPUNIT_ASSERT_EQUAL(0UL, nReadBytes);
CPPUNIT_ASSERT_EQUAL(0L, pInput->tell());
CPPUNIT_ASSERT_EQUAL(pData, static_cast<const unsigned char*>(0));
CPPUNIT_ASSERT(!pInput->atEOS());
}
......
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