summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sal/rtl/bootstrap.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sal/rtl/bootstrap.cxx b/sal/rtl/bootstrap.cxx
index b348c983252c..865acce66160 100644
--- a/sal/rtl/bootstrap.cxx
+++ b/sal/rtl/bootstrap.cxx
@@ -696,6 +696,7 @@ rtlBootstrapHandle SAL_CALL rtl_bootstrap_args_open (
::std::pair< bootstrap_map::t::iterator, bool > insertion(
p_bootstrap_map->insert(
bootstrap_map::t::value_type( iniName, that ) ) );
+ (void) insertion; // WaE: unused variable
OSL_ASSERT( insertion.second );
}
else