summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-07-13 12:41:42 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-09-19 12:25:38 +0200
commitff93fd23394039b6887b0552cdd3aa803e393f6b (patch)
tree20580198fa3bb49b8dc4a99e31fd76b9d36cd560 /ucb
parentcc0ceb51e2e99eaa2ae90506ef4b26bdb7f28b39 (diff)
warning C4101: unreferenced local variable
(cherry picked from commit 48ab773e681b1f129e9196c11f5d44b0caf3dbe9) Conflicts: ucb/source/ucp/cmis/cmis_repo_content.cxx Change-Id: I627c2641dcebea1daa5a9264d8b4a5771bf8155f
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/cmis/cmis_content.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/cmis/cmis_content.cxx b/ucb/source/ucp/cmis/cmis_content.cxx
index ff10bd543f40..cb4ff75c0ed9 100644
--- a/ucb/source/ucp/cmis/cmis_content.cxx
+++ b/ucb/source/ucp/cmis/cmis_content.cxx
@@ -431,7 +431,7 @@ namespace cmis
else
SAL_INFO( "cmisucp", "Looking for unsupported property " << rProp.Name );
}
- catch ( const libcmis::Exception& e )
+ catch (const libcmis::Exception&)
{
xRow->appendVoid( rProp );
}