Skip to content
Snippets Groups Projects
Commit 17ea2d80 authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #1418: Fixed compiler warnings

parent 310aed2c
No related branches found
No related tags found
No related merge requests found
...@@ -129,10 +129,10 @@ bool ACCmdImpl::reinit (const time_t scheduleTime, ...@@ -129,10 +129,10 @@ bool ACCmdImpl::reinit (const time_t scheduleTime,
return (true); return (true);
} }
bool ACCmdImpl::replace (const time_t scheduleTime, bool ACCmdImpl::replace (const time_t /*scheduleTime*/,
const string& processList, const string& /*processList*/,
const string& nodeList, const string& /*nodeList*/,
const string& configID) const const string& /*configID*/) const
{ {
// TODO // TODO
return (true); return (true);
...@@ -145,7 +145,7 @@ bool ACCmdImpl::cancelCmdQueue () const ...@@ -145,7 +145,7 @@ bool ACCmdImpl::cancelCmdQueue () const
} }
// Define a generic way to exchange info between client and server. // Define a generic way to exchange info between client and server.
string ACCmdImpl::askInfo (const string& keylist) const string ACCmdImpl::askInfo (const string& /*keylist*/) const
{ {
// TODO // TODO
return ("ACCmdImpl: askInfo not yet implemented"); return ("ACCmdImpl: askInfo not yet implemented");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment