summaryrefslogtreecommitdiff
path: root/forms/source/runtime
diff options
context:
space:
mode:
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;