summaryrefslogtreecommitdiff
path: root/forms/source/runtime
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-07-02 22:32:12 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-07-02 22:32:12 +0200
commitef7d2da6aaa2efe6dff221803a1f83b626e68529 (patch)
treea087a368f16235ffdb51f1d5963fb1551b9136de /forms/source/runtime
parent385ab75a63023bd46ad2d2f5c548e14eb029215c (diff)
loplugin:casttovoid: forms
Change-Id: Ib3f4eaa68566665b9d6eec324cef593411b1aa7b
Diffstat (limited to 'forms/source/runtime')
-rw-r--r--forms/source/runtime/formoperations.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/forms/source/runtime/formoperations.cxx b/forms/source/runtime/formoperations.cxx
index 011f6ce135b1..d291bfb4649d 100644
--- a/forms/source/runtime/formoperations.cxx
+++ b/forms/source/runtime/formoperations.cxx
@@ -1702,9 +1702,8 @@ namespace frm
f();
}
#if HAVE_FEATURE_DBCONNECTIVITY
- catch( const SQLException& e )
+ catch( const SQLException& )
{
- (void)e;
if ( !_nErrorResourceId )
// no information to prepend
throw;