diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-03-18 16:41:29 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-03-18 19:58:31 +0000 |
commit | ec234ed518fef31125820497252a2c6d3e8fe421 (patch) | |
tree | b6757ee170c55ca5c207108b18cbc5c8d2238139 /configmgr/source/parsemanager.cxx | |
parent | b2c2657feae01f04f099f5d38944e5a6e89aa503 (diff) |
WaE: id only used in debugging code
Diffstat (limited to 'configmgr/source/parsemanager.cxx')
-rwxr-xr-x | configmgr/source/parsemanager.cxx | 1 |
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() { |