summaryrefslogtreecommitdiff
path: root/basctl/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-01-26 09:22:02 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-01-26 09:22:02 +0000
commit7c2a012c36577b7c717bce9fb559815c05b2fed1 (patch)
treea380907a8d69a9a81731704908003c91ce72354a /basctl/source
parentfa2526c545f8fa64c8b91018428e27b2e2d8376e (diff)
WaE: gcc 4.6.0 various warnings
Diffstat (limited to 'basctl/source')
-rw-r--r--basctl/source/basicide/localizationmgr.cxx1
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 )