summaryrefslogtreecommitdiff
path: root/cppuhelper/qa/unourl/cppu_unourl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppuhelper/qa/unourl/cppu_unourl.cxx')
-rw-r--r--cppuhelper/qa/unourl/cppu_unourl.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/cppuhelper/qa/unourl/cppu_unourl.cxx b/cppuhelper/qa/unourl/cppu_unourl.cxx
index de229cc91ea1..c9883993f37a 100644
--- a/cppuhelper/qa/unourl/cppu_unourl.cxx
+++ b/cppuhelper/qa/unourl/cppu_unourl.cxx
@@ -77,6 +77,7 @@ namespace cppu_unourl
{
cppu::UnoUrlDescriptor aDescriptor(rtl::OUString::createFromAscii(
aTests[i].pInput));
+ (void)aDescriptor;
bValid = true;
}
catch (rtl::MalformedUriException &)
@@ -331,6 +332,7 @@ namespace cppu_unourl
try
{
cppu::UnoUrl aUrl(rtl::OUString::createFromAscii(aTests[i].pInput));
+ (void)aUrl;
bValid = true;
}
catch (rtl::MalformedUriException &)