[Libreoffice-commits] core.git: sal/rtl
Tor Lillqvist
tml at iki.fi
Mon Apr 8 12:49:23 PDT 2013
sal/rtl/bootstrap.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit d35004bf7690b1450dfd1e4ee98e478b8d349699
Author: Tor Lillqvist <tml at iki.fi>
Date: Mon Apr 8 22:48:28 2013 +0300
WaE: unused variable 'insertion'
Change-Id: I57d39d7535d88045dcb0d7b665675074b7059d14
diff --git a/sal/rtl/bootstrap.cxx b/sal/rtl/bootstrap.cxx
index b348c98..865acce 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
More information about the Libreoffice-commits
mailing list