From d59024b652ccfaf7247da113ec36788fe260de74 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 12 Jul 2012 22:18:43 +0200 Subject: warning C4101: unreferenced local variable Change-Id: I0648821a4d0c716371bb011df8cd9b21db79ccf5 --- dbaccess/source/ui/dlg/directsql.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbaccess') diff --git a/dbaccess/source/ui/dlg/directsql.cxx b/dbaccess/source/ui/dlg/directsql.cxx index 5c917f424b58..2f57720b2591 100644 --- a/dbaccess/source/ui/dlg/directsql.cxx +++ b/dbaccess/source/ui/dlg/directsql.cxx @@ -252,7 +252,7 @@ DBG_NAME(DirectSQLDialog) } } // trap for when we fall off the end of the row - catch (const SQLException& e) + catch (const SQLException&) { } // report the output -- cgit