diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-01-26 09:22:02 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-01-26 09:22:02 +0000 |
commit | 7c2a012c36577b7c717bce9fb559815c05b2fed1 (patch) | |
tree | a380907a8d69a9a81731704908003c91ce72354a /basctl | |
parent | fa2526c545f8fa64c8b91018428e27b2e2d8376e (diff) |
WaE: gcc 4.6.0 various warnings
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/localizationmgr.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/basctl/source/basicide/localizationmgr.cxx b/basctl/source/basicide/localizationmgr.cxx index 4ff1d6406b32..c5eeaa9eb902 100644 --- a/basctl/source/basicide/localizationmgr.cxx +++ b/basctl/source/basicide/localizationmgr.cxx @@ -749,6 +749,7 @@ void LocalizationMgr::handleRemoveLocales( Sequence< Locale > aLocaleSeq ) DBG_ASSERT( bConsistant, "LocalizationMgr::handleRemoveLocales(): sequence contains unsupported locales" ); + (void)bConsistant; } void LocalizationMgr::handleSetDefaultLocale( Locale aLocale ) |