diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-04-08 22:48:28 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-04-08 22:48:28 +0300 |
commit | d35004bf7690b1450dfd1e4ee98e478b8d349699 (patch) | |
tree | 660847bb4b74c59d270819f56062012e80389844 /sal | |
parent | 791220056705458a50a14adc3c0f6cd46d6a9b25 (diff) |
WaE: unused variable 'insertion'
Change-Id: I57d39d7535d88045dcb0d7b665675074b7059d14
Diffstat (limited to 'sal')
-rw-r--r-- | sal/rtl/bootstrap.cxx | 1 |
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 |