WaE: C6011 Dereferencing NULL pointer warnings

Change-Id: I6d1ea7e14f5d2a75d485dae69d51cec8c2343445
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167558
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
This commit is contained in:
Caolán McNamara 2024-05-12 20:01:01 +01:00
parent 3df9a50322
commit 0dcaff6043

View file

@ -784,7 +784,7 @@ void CNodeJavaInfo::writeToNode(xmlDoc* pDoc,
xmlNode* pJavaInfoNode) const
{
OSL_ASSERT(pJavaInfoNode && pDoc);
assert(pJavaInfoNode && pDoc);
//write the attribute vendorSettings
//javaInfo@vendorUpdate