xmlsecurity/source/helper/xsecverify.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit f3d9887d7a7092ad4d983109f08c41ed53ceb15f Author: Caolán McNamara <caol...@redhat.com> Date: Tue Jul 18 16:40:59 2017 +0100 coverity#1415512 silence Unchecked return value Change-Id: I50601be72a5f496c1d1e8135af57db649e29110a diff --git a/xmlsecurity/source/helper/xsecverify.cxx b/xmlsecurity/source/helper/xsecverify.cxx index c9602ecfd2fe..e76e5afec92b 100644 --- a/xmlsecurity/source/helper/xsecverify.cxx +++ b/xmlsecurity/source/helper/xsecverify.cxx @@ -313,7 +313,7 @@ void XSecController::setDate( OUString& ouDate ) return; } InternalSignatureInformation &isi = m_vInternalSignatureInformations.back(); - utl::ISO8601parseDateTime( ouDate, isi.signatureInfor.stDateTime); + (void)utl::ISO8601parseDateTime( ouDate, isi.signatureInfor.stDateTime); isi.signatureInfor.ouDateTime = ouDate; }
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits