rtems/vxworks compiler warnings

This commit is contained in:
Matej Sekoranja
2014-11-26 13:15:46 +01:00
parent e67e8153ef
commit 8541ffa5e9
3 changed files with 8 additions and 3 deletions

View File

@@ -287,7 +287,7 @@ bool SystemConfigurationImpl::getPropertyAsBoolean(const string &name, const boo
int32 SystemConfigurationImpl::getPropertyAsInteger(const string &name, const int32 defaultValue)
{
int32 retval;
int32 retval = defaultValue;
_ibuffer.clear();
_obuffer.clear();
_obuffer.str("");