mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-16 11:48:54 +01:00
fixed a unused warning
This commit is contained in:
parent
9126660a94
commit
60f5d630b3
@ -47,6 +47,7 @@ namespace
|
||||
return envbuf;
|
||||
}
|
||||
|
||||
#if defined(POCO_OS_FAMILY_VMS)
|
||||
void setEnvironmentVariables(const Poco::Process::Env& env)
|
||||
{
|
||||
for (Poco::Process::Env::const_iterator it = env.begin(); it != env.end(); ++it)
|
||||
@ -54,6 +55,7 @@ namespace
|
||||
Poco::Environment::set(it->first, it->second);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user