X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FCore%2FCommunicationProtocolSH.cxx;h=2822b9d1d11ecfc2110e2134575b14f54ecef0e8;hb=2c78d2d59017ae4888a0b8acddec41224f1d95a9;hp=4f55ac5d51507c6112076ff83c10e5ab073cad95;hpb=097bd648ec2df94785a541abd330a96e4b016cbd;p=tools%2Flibbatch.git diff --git a/src/Core/CommunicationProtocolSH.cxx b/src/Core/CommunicationProtocolSH.cxx index 4f55ac5..2822b9d 100644 --- a/src/Core/CommunicationProtocolSH.cxx +++ b/src/Core/CommunicationProtocolSH.cxx @@ -41,8 +41,8 @@ namespace Batch { } vector CommunicationProtocolSH::getExecCommandArgs(const string & subCommand, - const string & host, - const string & user) const + const string & /*host*/, + const string & /*user*/) const { vector cmd; @@ -60,11 +60,11 @@ namespace Batch { } vector CommunicationProtocolSH::getCopyCommandArgs(const string & sourcePath, - const string & sourceHost, - const string & sourceUser, + const string & /*sourceHost*/, + const string & /*sourceUser*/, const string & destinationPath, - const string & destinationHost, - const string & destinationUser) const + const string & /*destinationHost*/, + const string & /*destinationUser*/) const { vector cmd; cmd.push_back(CP_COMMAND);