diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-07-02 22:31:03 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-07-02 22:31:03 +0200 |
commit | e303d4b93cbe7ba9b96c9d274b83e88632f73073 (patch) | |
tree | b99c4d7d0e0282ee1c5be47c79d0198491208b1e /sal/rtl | |
parent | 592ab6435b22f7d1a0d9d940ccc32059fed05b87 (diff) |
loplugin:casttovoid: sal
Change-Id: I70cf54799f08e3bc586d42d6c634eb02a049ea0f
Diffstat (limited to 'sal/rtl')
-rw-r--r-- | sal/rtl/bootstrap.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sal/rtl/bootstrap.cxx b/sal/rtl/bootstrap.cxx index 4a5fabfb6836..c3d2be34e322 100644 --- a/sal/rtl/bootstrap.cxx +++ b/sal/rtl/bootstrap.cxx @@ -644,7 +644,6 @@ 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 |