summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2021-06-25 10:19:47 +0200
committerStephan Bergmann <sbergman@redhat.com>2021-06-25 14:17:28 +0200
commit4350aafa465a0a2b1da1d8e070be8781aa4b79f4 (patch)
tree52999b5786ec3563db8c1b6c3070d309f6b53213 /vcl
parent060bab5d3c87468d769fc0de8b2d96411414816a (diff)
loplugin:casttovoid (clang-cl)
Change-Id: Ic85ec91c64df6b28ca0d6fd8103c0997f61e852c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117837 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/app/salplug.cxx1
1 files changed, 0 insertions, 1 deletions
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