Commit 26994dc5 authored by Robert Butora's avatar Robert Butora
Browse files

clears warning about unused param

parent f16ebb13
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -844,7 +844,7 @@ void MetadataExporterClass::device_factory(const Tango::DevVarStringArray *devli
 *                and store them in the attribute list
 *                and store them in the attribute list
 */
 */
//--------------------------------------------------------
//--------------------------------------------------------
void MetadataExporterClass::attribute_factory(vector<Tango::Attr *> &att_list)
void MetadataExporterClass::attribute_factory(vector<Tango::Attr *> &/*att_list*/)
{
{
	/*----- PROTECTED REGION ID(MetadataExporterClass::attribute_factory_before) ENABLED START -----*/
	/*----- PROTECTED REGION ID(MetadataExporterClass::attribute_factory_before) ENABLED START -----*/