From d35004bf7690b1450dfd1e4ee98e478b8d349699 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 8 Apr 2013 22:48:28 +0300 Subject: WaE: unused variable 'insertion' Change-Id: I57d39d7535d88045dcb0d7b665675074b7059d14 --- sal/rtl/bootstrap.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sal') 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 -- cgit