Skip to content
Snippets Groups Projects
Commit 0a574fcc authored by Robert Butora's avatar Robert Butora
Browse files

clears warning about unused param

parent b39eb9cb
Branches
No related tags found
No related merge requests found
...@@ -817,7 +817,7 @@ void DataExporterClass::device_factory(const Tango::DevVarStringArray *devlist_p ...@@ -817,7 +817,7 @@ void DataExporterClass::device_factory(const Tango::DevVarStringArray *devlist_p
* and store them in the attribute list * and store them in the attribute list
*/ */
//-------------------------------------------------------- //--------------------------------------------------------
void DataExporterClass::attribute_factory(vector<Tango::Attr *> &att_list) void DataExporterClass::attribute_factory(vector<Tango::Attr *> &/*att_list*/)
{ {
/*----- PROTECTED REGION ID(DataExporterClass::attribute_factory_before) ENABLED START -----*/ /*----- PROTECTED REGION ID(DataExporterClass::attribute_factory_before) ENABLED START -----*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment