/home/rks/ecolab.5.8.C010/include/TCL_obj_base.cd:444:42: error: typedef ‘TypeInfoLess’ locally defined but not used [-Werror=unused-local-typedefs]
typedef member_entry_base::TypeInfoLess TypeInfoLess;
Added the pragma to classdesc output. The typedefs are required for odd situations where a type has been declared, and then used in a base class definition.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
For now, we can disable this warning with a -Wno-unused-local-typedefs. Will probably require classdesc to add pragmas to the output.
Added the pragma to classdesc output. The typedefs are required for odd situations where a type has been declared, and then used in a base class definition.