Skip to content
Snippets Groups Projects
Commit dbe5837f authored by Jacques Gouno's avatar Jacques Gouno
Browse files

TANGODEVIC-1636:Remove warnings

parent 27874f3b
No related branches found
No related tags found
No related merge requests found
...@@ -396,7 +396,7 @@ void Level::write_highSetpoint(Tango::WAttribute &attr) ...@@ -396,7 +396,7 @@ void Level::write_highSetpoint(Tango::WAttribute &attr)
//+------------------------------------------------------------------ //+------------------------------------------------------------------
Tango::DevState Level::dev_state() Tango::DevState Level::dev_state()
{ {
Tango::DevState argout = Tango::UNKNOWN; // Tango::DevState argout = Tango::UNKNOWN;
DEBUG_STREAM << "Level::dev_state(): entering... !" << endl; DEBUG_STREAM << "Level::dev_state(): entering... !" << endl;
// Add your own code to control device here // Add your own code to control device here
......
...@@ -367,7 +367,7 @@ void Pressure::write_highSetpoint(Tango::WAttribute &attr) ...@@ -367,7 +367,7 @@ void Pressure::write_highSetpoint(Tango::WAttribute &attr)
//+------------------------------------------------------------------ //+------------------------------------------------------------------
Tango::DevState Pressure::dev_state() Tango::DevState Pressure::dev_state()
{ {
Tango::DevState argout = Tango::UNKNOWN; // Tango::DevState argout = Tango::UNKNOWN;
DEBUG_STREAM << "Pressure::dev_state(): entering... !" << endl; DEBUG_STREAM << "Pressure::dev_state(): entering... !" << endl;
// Add your own code to control device here // Add your own code to control device here
......
...@@ -364,7 +364,7 @@ void Temperature::write_highSetpoint(Tango::WAttribute &attr) ...@@ -364,7 +364,7 @@ void Temperature::write_highSetpoint(Tango::WAttribute &attr)
//+------------------------------------------------------------------ //+------------------------------------------------------------------
Tango::DevState Temperature::dev_state() Tango::DevState Temperature::dev_state()
{ {
Tango::DevState argout = Tango::UNKNOWN; // Tango::DevState argout = Tango::UNKNOWN;
DEBUG_STREAM << "Temperature::dev_state(): entering... !" << endl; DEBUG_STREAM << "Temperature::dev_state(): entering... !" << endl;
// Add your own code to control device here // Add your own code to control device here
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment