[Libreoffice-commits] core.git: vcl/source
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Fri Jun 25 12:18:08 UTC 2021
vcl/source/app/salplug.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 4350aafa465a0a2b1da1d8e070be8781aa4b79f4
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Fri Jun 25 10:19:47 2021 +0200
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Fri Jun 25 14:17:28 2021 +0200
loplugin:casttovoid (clang-cl)
Change-Id: Ic85ec91c64df6b28ca0d6fd8103c0997f61e852c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117837
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/vcl/source/app/salplug.cxx b/vcl/source/app/salplug.cxx
index d281b797c5a9..d2cfc91e3c57 100644
--- a/vcl/source/app/salplug.cxx
+++ b/vcl/source/app/salplug.cxx
@@ -320,7 +320,6 @@ void SalAbort( const OUString& rErrorText, bool bDumpCore )
GetSalData()->m_pInstance->BeforeAbort(rErrorText, bDumpCore);
#if defined _WIN32
- (void) bDumpCore;
if( rErrorText.isEmpty() )
{
// make sure crash reporter is triggered
More information about the Libreoffice-commits
mailing list