summaryrefslogtreecommitdiff
path: root/o3tl
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2018-10-07 13:06:05 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-10-07 14:43:03 +0200
commit67e5201cc6caee52d8e37e98a0d535c085c19cb4 (patch)
tree7ae2cb43cde334d75589fbdf5380e90ca10283ec /o3tl
parent8a445db3bb59a3e046daa62c1a1e0e199f3977b7 (diff)
-Werror=catch-value=
Change-Id: I58563735e6cf5004b4ac5e846885414f0c603f4c Reviewed-on: https://gerrit.libreoffice.org/61491 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'o3tl')
-rw-r--r--o3tl/qa/test-lru_map.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/o3tl/qa/test-lru_map.cxx b/o3tl/qa/test-lru_map.cxx
index a7f9777e2c5f..f0810084b6c7 100644
--- a/o3tl/qa/test-lru_map.cxx
+++ b/o3tl/qa/test-lru_map.cxx
@@ -261,7 +261,7 @@ void lru_map_test::testRemoveIf()
});
CPPUNIT_ASSERT(false); // not reached
}
- catch (limit_except)
+ catch (limit_except&)
{
// contains 7..4
CPPUNIT_ASSERT_EQUAL(size_t(4), lru.size());