summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-03-18 16:41:29 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-03-18 19:58:31 +0000
commitec234ed518fef31125820497252a2c6d3e8fe421 (patch)
treeb6757ee170c55ca5c207108b18cbc5c8d2238139 /configmgr
parentb2c2657feae01f04f099f5d38944e5a6e89aa503 (diff)
WaE: id only used in debugging code
Diffstat (limited to 'configmgr')
-rwxr-xr-xconfigmgr/source/parsemanager.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/configmgr/source/parsemanager.cxx b/configmgr/source/parsemanager.cxx
index d5a2d2ddd5..c62df8eeba 100755
--- a/configmgr/source/parsemanager.cxx
+++ b/configmgr/source/parsemanager.cxx
@@ -68,6 +68,7 @@ ParseManager::ParseManager(
RTL_CONSTASCII_STRINGPARAM(
"http://www.w3.org/2001/XMLSchema-instance")));
OSL_ASSERT(id == NAMESPACE_XSI);
+ (void)id;
}
bool ParseManager::parse() {