Reenable C++ compiler warnings
In 43094af8 (CI: Reduce compiler warnings, 2025-01-27) the warning noise was deemed too much. Eventually we should fix these warnings and enable compilation with warnings as erors on all platforms.
The unique list of warnings is shorter than the 5k, but still quite long. I think the number is quite a bit exploded due to the use of templates.
@thomasives All the warnings originate from within pytango.
Click
- Warning: cast between incompatible function types from ‘bool ()(Tango::DevFailed&, Tango::DevFailed&)’ to ‘bool ()(const Tango::DevFailed&, const Tango::DevFailed&)’ [-Wcast-function-type]
- Warning: cast between incompatible function types from ‘void ()(Tango::DeviceImpl&, const boost::python::str&, long int)’ to ‘void ()(Tango::DeviceImpl&, boost::python::str&, long int)’ [-Wcast-function-type]
- Warning: cast between incompatible pointer to member types from ‘void (Tango::Database::)(const string&, const DbDevInfos&)’ {aka ‘void (Tango::Database::)(const std::basic_string&, const std::vector&)’} to ‘void (Tango::Database::)(const string&, Tango::DbDevInfos&)’ {aka ‘void (Tango::Database::)(const std::basic_string&, std::vector&)’} [-Wcast-function-type]
- Warning: cast between incompatible pointer to member types from ‘void (Tango::Database::)(std::string&, const string&)’ {aka ‘void (Tango::Database::)(std::basic_string&, const std::basic_string&)’} to ‘void (Tango::Database::)(const string&, const string&)’ {aka ‘void (Tango::Database::)(const std::basic_string&, const std::basic_string&)’} [-Wcast-function-type]
- Warning: cast between incompatible pointer to member types from ‘void (Tango::DeviceProxy::)(const PipeInfoList&)’ {aka ‘void (Tango::DeviceProxy::)(const std::vector&)’} to ‘void (Tango::DeviceProxy::)(Tango::PipeInfoList&)’ {aka ‘void (Tango::DeviceProxy::)(std::vector&)’} [-Wcast-function-type]
- Warning: cast between incompatible pointer to member types from ‘void (Tango::MultiAttribute::)(std::string&)’ {aka ‘void (Tango::MultiAttribute::)(std::basic_string&)’} to ‘void (Tango::MultiAttribute::)(const string&)’ {aka ‘void (Tango::MultiAttribute::)(const std::basic_string&)’} [-Wcast-function-type]
- Warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
- Warning: cast from type ‘const char*’ to type ‘CORBA::Octet*’ {aka ‘unsigned char*’} casts away qualifiers [-Wcast-qual]
- Warning: cast from type ‘const int*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
- Warning: choosing ‘boost::python::detail::method_result::operator T() [with T = Tango::DevState]’ over ‘boost::python::detail::method_result::operator T&() const [with T = Tango::DevState]’ [-Wconversion]
- Warning: conversion from ‘boost::python::ssize_t’ {aka ‘long int’} to ‘int’ may change value [-Wconversion]
- Warning: conversion from ‘long int’ to ‘_CORBA_ULong’ {aka ‘unsigned int’} may change value [-Wconversion]
- Warning: conversion from ‘long int’ to ‘int’ may change value [-Wconversion]
- Warning: conversion from ‘long int’ to ‘Tango::DevLong’ {aka ‘int’} may change value [-Wconversion]
- Warning: conversion from ‘long unsigned int’ to ‘_CORBA_ULong’ {aka ‘unsigned int’} may change value [-Wconversion]
- Warning: conversion from ‘long unsigned int’ to ‘int’ may change value [-Wconversion]
- Warning: conversion from ‘Py_ssize_t’ {aka ‘long int’} to ‘_CORBA_ULong’ {aka ‘unsigned int’} may change value [-Wconversion]
- Warning: conversion from ‘size_t’ {aka ‘long unsigned int’} to ‘_CORBA_ULong’ {aka ‘unsigned int’} may change value [-Wconversion]
- Warning: conversion to ‘_CORBA_ULong’ {aka ‘unsigned int’} from ‘int’ may change the sign of the result [-Wsign-conversion]
- Warning: conversion to ‘int’ from ‘_CORBA_ULong’ {aka ‘unsigned int’} may change the sign of the result [-Wsign-conversion]
- Warning: conversion to ‘int’ from ‘CORBA::ULong’ {aka ‘unsigned int’} may change the sign of the result [-Wsign-conversion]
- Warning: conversion to ‘long unsigned int’ from ‘int’ may change the sign of the result [-Wsign-conversion]
- Warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
- Warning: conversion to ‘Py_ssize_t’ {aka ‘long int’} from ‘size_t’ {aka ‘long unsigned int’} may change the sign of the result [-Wsign-conversion]
- Warning: conversion to ‘Py_ssize_t’ {aka ‘long int’} from ‘std::basic_string::size_type’ {aka ‘long unsigned int’} may change the sign of the result [-Wsign-conversion]
- Warning: conversion to ‘size_t’ {aka ‘long unsigned int’} from ‘boost::python::ssize_t’ {aka ‘long int’} may change the sign of the result [-Wsign-conversion]
- Warning: conversion to ‘size_t’ {aka ‘long unsigned int’} from ‘int’ may change the sign of the result [-Wsign-conversion]
- Warning: conversion to ‘size_t’ {aka ‘long unsigned int’} from ‘long int’ may change the sign of the result [-Wsign-conversion]
- Warning: conversion to ‘size_t’ {aka ‘long unsigned int’} from ‘npy_intp’ {aka ‘long int’} may change the sign of the result [-Wsign-conversion]
- Warning: conversion to ‘size_t’ {aka ‘long unsigned int’} from ‘Py_ssize_t’ {aka ‘long int’} may change the sign of the result [-Wsign-conversion]
- Warning: conversion to ‘std::basic_string::size_type’ {aka ‘long unsigned int’} from ‘Py_ssize_t’ {aka ‘long int’} may change the sign of the result [-Wsign-conversion]
- Warning: conversion to ‘std::size_t’ {aka ‘long unsigned int’} from ‘sizetype’ may change the sign of the result [-Wsign-conversion]
- Warning: conversion to ‘std::vector::size_type’ {aka ‘long unsigned int’} from ‘long int’ may change the sign of the result [-Wsign-conversion]
- Warning: conversion to ‘std::vector >::size_type’ {aka ‘long unsigned int’} from ‘int’ may change the sign of the result [-Wsign-conversion]
- Warning: conversion to ‘std::vector::size_type’ {aka ‘long unsigned int’} from ‘long int’ may change the sign of the result [-Wsign-conversion]
- Warning: conversion to ‘std::vector::size_type’ {aka ‘long unsigned int’} from ‘long int’ may change the sign of the result [-Wsign-conversion]
- Warning: conversion to ‘std::vector::size_type’ {aka ‘long unsigned int’} from ‘Py_ssize_t’ {aka ‘long int’} may change the sign of the result [-Wsign-conversion]
- Warning: declaration of ‘name’ shadows a member of ‘CppDeviceClassWrap’ [-Wshadow]
- Warning: declaration of ‘name’ shadows a member of ‘CppDeviceClass’ [-Wshadow]
- Warning: declaration of ‘name’ shadows a member of ‘PyCmd’ [-Wshadow]
- Warning: declaration of ‘pipe_list’ shadows a member of ‘CppDeviceClass’ [-Wshadow]
- Warning: declaration of ‘tangoTypeConst’ shadows a previous local [-Wshadow]
- Warning: extra ‘;’ after in-class function definition [-Wextra-semi]
- Warning: extra ‘;’ [-Wpedantic]
- Warning: for conversion from ‘boost::python::detail::method_result’ to ‘Tango::DevState’ [-Wconversion]
- Warning: "_MSC_VER" is not defined, evaluates to 0 [-Wundef]
- Warning: this statement may fall through [-Wimplicit-fallthrough=]
- Warning: unused parameter ‘any’ [-Wunused-parameter]
- Warning: unused parameter ‘att’ [-Wunused-parameter]
- Warning: unused parameter ‘blob’ [-Wunused-parameter]
- Warning: unused parameter ‘dev_attr’ [-Wunused-parameter]
- Warning: unused parameter ‘dh1_’ [-Wunused-parameter]
- Warning: unused parameter ‘dh2_’ [-Wunused-parameter]
- Warning: unused parameter ‘eas’ [-Wunused-parameter]
- Warning: unused parameter ‘elt_idx’ [-Wunused-parameter]
- Warning: unused parameter ‘extract_as’ [-Wunused-parameter]
- Warning: unused parameter ‘fname’ [-Wunused-parameter]
- Warning: unused parameter ‘isImage’ [-Wunused-parameter]
- Warning: unused parameter ‘name’ [-Wunused-parameter]
- Warning: unused parameter ‘obj’ [-Wunused-parameter]
- Warning: unused parameter ‘orphan’ [-Wunused-parameter]
- Warning: unused parameter ‘o’ [-Wunused-parameter]
- Warning: unused parameter ‘parent’ [-Wunused-parameter]
- Warning: unused parameter ‘pipe’ [-Wunused-parameter]
- Warning: unused parameter ‘processedElements’ [-Wunused-parameter]
- Warning: unused parameter ‘py_result’ [-Wunused-parameter]
- Warning: unused parameter ‘py_self’ [-Wunused-parameter]
- Warning: unused parameter ‘py_value’ [-Wunused-parameter]
- Warning: unused parameter ‘read_only’ [-Wunused-parameter]
- Warning: unused parameter ‘res_dim_x’ [-Wunused-parameter]
- Warning: unused parameter ‘res_dim_y’ [-Wunused-parameter]
- Warning: unused parameter ‘_self’ [-Wunused-parameter]
- Warning: unused parameter ‘self’ [-Wunused-parameter]
- Warning: unused parameter ‘seq’ [-Wunused-parameter]
- Warning: unused parameter ‘tg’ [-Wunused-parameter]
- Warning: unused parameter ‘value’ [-Wunused-parameter]
- Warning: unused parameter ‘x_dim’ [-Wunused-parameter]
- Warning: unused parameter ‘y_dim’ [-Wunused-parameter]
- Warning: unused variable ‘class_name’ [-Wunused-variable]
- Warning: use of old-style cast to ‘bool (class Tango::ApiUtil::*)()’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘bool (class Tango::DeviceImpl::*)()’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘bool (class Tango::DeviceProxy::)(const char)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘bool (class Tango::MultiAttribute::)(const char)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘bool (class Tango::MultiAttribute::*)(long int)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘bool (class Tango::MultiAttribute::*)()’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘bool (*)(const class Tango::DevFailed&, const class Tango::DevFailed&)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘char*’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘class boost::python::api::object (*)(class Tango::DevicePipeBlob&, enum PyTango::ExtractAs)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘class boost::python::api::object (*)(class Tango::DevicePipe&, enum PyTango::ExtractAs)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘class boost::python::api::object (*)(class Tango::DeviceProxy&, long int, enum PyTango::ExtractAs)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘class boost::python::api::object (*)(class Tango::DeviceProxy&, long int, long int, enum PyTango::ExtractAs)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘class boost::python::api::object (*)(class Tango::WPipe&)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘class boost::python::tuple’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘class DeviceImplWrap*’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘class Tango::Attr& (class Tango::MultiClassAttribute::)(const string&)’ {aka ‘class Tango::Attr& (class Tango::MultiClassAttribute::)(const class std::basic_string&)’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘class Tango::DbDatum (class Tango::Database::)(const string&)’ {aka ‘class Tango::DbDatum (class Tango::Database::)(const class std::basic_string&)’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘class Tango::DbDatum (class Tango::Database::)(const string&, const string&)’ {aka ‘class Tango::DbDatum (class Tango::Database::)(const class std::basic_string&, const class std::basic_string&)’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘class Tango::DbDatum (class Tango::Database::*)()’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘class Tango::DbDevFullInfo (class Tango::Database::)(const string&)’ {aka ‘class Tango::DbDevFullInfo (class Tango::Database::)(const class std::basic_string&)’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘class Tango::DbDevImportInfo (class Tango::Database::)(const string&)’ {aka ‘class Tango::DbDevImportInfo (class Tango::Database::)(const class std::basic_string&)’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘class Tango::DbServerInfo (class Tango::Database::)(const string&)’ {aka ‘class Tango::DbServerInfo (class Tango::Database::)(const class std::basic_string&)’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘class Tango::DeviceData (*)(class Tango::Connection&, long int, long int)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘class Tango::DeviceData (*)(class Tango::Connection&, long int)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘class Tango::DeviceData’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘class Tango::DeviceProxy* (class Tango::Group::)(const string&)’ {aka ‘class Tango::DeviceProxy (class Tango::Group::*)(const class std::basic_string&)’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘class Tango::DeviceProxy* (class Tango::Group::*)(long int)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘const char*’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘const string& (class Tango::Attr::)() const’ {aka ‘const class std::basic_string& (class Tango::Attr::)() const’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘const string& (class Tango::Attribute::)() const’ {aka ‘const class std::basic_string& (class Tango::Attribute::)() const’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘const string& (class Tango::AttrProperty::)() const’ {aka ‘const class std::basic_string& (class Tango::AttrProperty::)() const’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘CORBA::Octet*’ {aka ‘unsigned char*’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘double’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘int (class Tango::DeviceProxy::)(const char)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘int’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘long int (class Tango::DeviceImpl::)(const string&)’ {aka ‘long int (class Tango::DeviceImpl::)(const class std::basic_string&)’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘long int (*)(class Tango::DeviceProxy&, class boost::python::api::object)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘long int (class Tango::Group::)(const string&, bool, bool)’ {aka ‘long int (class Tango::Group::)(const class std::basic_string&, bool, bool)’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘long int (class Tango::Group::)(const string&, const class std::vector&, bool, bool)’ {aka ‘long int (class Tango::Group::)(const class std::basic_string&, const class std::vector&, bool, bool)’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘long int (class Tango::Group::)(const string&, const class Tango::DeviceData&, bool, bool)’ {aka ‘long int (class Tango::Group::)(const class std::basic_string&, const class Tango::DeviceData&, bool, bool)’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘long int’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘long unsigned int’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘PyArrayIterObject*’ {aka ‘struct PyArrayIterObject_tag*’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘PyArrayObject*’ {aka ‘struct tagPyArrayObject_fields*’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘PyObject*’ {aka ‘struct _object*’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘PyObject* ()(class Tango::Attribute&)’ {aka ‘struct _object (*)(class Tango::Attribute&)’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘PyObject* ()(class Tango::WAttribute&)’ {aka ‘struct _object (*)(class Tango::WAttribute&)’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘Py_ssize_t’ {aka ‘long int’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘short unsigned int*’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘short unsigned int’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘size_t’ {aka ‘long unsigned int’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘std::string (class Tango::Database::)(const string&)’ {aka ‘class std::basic_string (class Tango::Database::)(const class std::basic_string&)’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘struct boost::python::converter::rvalue_from_python_storage >*’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘suseconds_t’ {aka ‘long int’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘Tango::AttributeInfoEx (class Tango::DeviceProxy::)(const string&)’ {aka ‘Tango::AttributeInfoEx (class Tango::DeviceProxy::)(const class std::basic_string&)’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘Tango::AttributeInfoList* (class Tango::DeviceProxy::)(const StdStringVector&)’ {aka ‘class std::vector (class Tango::DeviceProxy::*)(const class std::vector >&)’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘Tango::CommandInfo (class Tango::DeviceProxy::)(const string&)’ {aka ‘Tango::CommandInfo (class Tango::DeviceProxy::)(const class std::basic_string&)’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘Tango::CommandInfoList* (class Tango::DeviceProxy::)(StdStringVector&)’ {aka ‘class std::vector (class Tango::DeviceProxy::*)(class std::vector >&)’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘Tango::DbHistoryList (class Tango::Database::)(const string&, const string&)’ {aka ‘class std::vector (class Tango::Database::)(const class std::basic_string&, const class std::basic_string&)’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘Tango::DbHistoryList (class Tango::Database::)(const string&, const string&, const string&)’ {aka ‘class std::vector (class Tango::Database::)(const class std::basic_string&, const class std::basic_string&, const class std::basic_string&)’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘Tango::DevLong64’ {aka ‘long int’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘Tango::DevUChar*’ {aka ‘unsigned char*’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘Tango::DevULong64’ {aka ‘long unsigned int’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘Tango::PipeInfo (class Tango::DeviceProxy::)(const string&)’ {aka ‘Tango::PipeInfo (class Tango::DeviceProxy::)(const class std::basic_string&)’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘Tango::PipeInfoList* (class Tango::DeviceProxy::)(const StdStringVector&)’ {aka ‘class std::vector (class Tango::DeviceProxy::*)(const class std::vector >&)’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘TangoScalarType’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘time_t’ {aka ‘long int’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘unsigned char*’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘unsigned char’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (*)(class boost::python::api::object, class boost::python::api::object, class boost::python::api::object, enum PyTango::ExtractAs)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (*)(class boost::python::api::object, class boost::python::api::object, class boost::python::api::object)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (*)(class CppDeviceClass&, long int, bool)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (*)(class CppDeviceClass&, long int)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (class PyCallBackAutoDie::)(class Tango::AttrConfEventData)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (class PyCallBackAutoDie::)(class Tango::DataReadyEventData)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (class PyCallBackAutoDie::)(class Tango::DevIntrChangeEventData)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (class PyCallBackAutoDie::)(class Tango::EventData)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (class PyCallBackAutoDie::)(class Tango::PipeEventData)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (*)(class Tango::Attribute&, class boost::python::api::object&, class boost::python::api::object&)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (*)(class Tango::Attribute&, class boost::python::api::object&, double, enum Tango::AttrQuality, long int, long int)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (*)(class Tango::Attribute&, class boost::python::api::object&, double, enum Tango::AttrQuality, long int)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (*)(class Tango::Attribute&, class boost::python::api::object&, double, enum Tango::AttrQuality)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (*)(class Tango::Attribute&, class boost::python::api::object&, long int, long int)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (*)(class Tango::Attribute&, class boost::python::api::object&, long int)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (*)(class Tango::Attribute&, class boost::python::api::object&)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (*)(class Tango::Attribute&, class boost::python::str&, class boost::python::api::object&, double, enum Tango::AttrQuality)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (*)(class Tango::Attribute&, class boost::python::str&, class boost::python::api::object&)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (*)(class Tango::Attribute&, class boost::python::str&, class boost::python::str&, double, enum Tango::AttrQuality)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (*)(class Tango::Attribute&, class boost::python::str&, class boost::python::str&)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘void ()(class Tango::Attribute&, class Tango::EncodedAttribute)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (class Tango::AttributeProxy::)(const class std::vector >&, Tango::DbData&)’ {aka ‘void (class Tango::AttributeProxy::)(const class std::vector >&, class std::vector&)’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (class Tango::AttributeProxy::)(const DbData&)’ {aka ‘void (class Tango::AttributeProxy::)(const class std::vector&)’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (class Tango::AttributeProxy::)(const StdStringVector&)’ {aka ‘void (class Tango::AttributeProxy::)(const class std::vector >&)’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (class Tango::AttributeProxy::)(const string&)’ {aka ‘void (class Tango::AttributeProxy::)(const class std::basic_string&)’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (class Tango::AttributeProxy::)(const string&, Tango::DbData&)’ {aka ‘void (class Tango::AttributeProxy::)(const class std::basic_string&, class std::vector&)’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (class Tango::AttributeProxy::)(Tango::DbData&)’ {aka ‘void (class Tango::AttributeProxy::)(class std::vector&)’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (class Tango::Attribute::*)(struct Tango::TimeVal&)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (*)(class Tango::Attribute&)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (*)(class Tango::Connection&, long int)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (*)(class Tango::Connection&)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (class Tango::Database::)(const string&)’ {aka ‘void (class Tango::Database::)(const class std::basic_string&)’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (class Tango::Database::)(const string&, const string&)’ {aka ‘void (class Tango::Database::)(const class std::basic_string&, const class std::basic_string&)’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (class Tango::Database::)(const string&, const string&, const string&)’ {aka ‘void (class Tango::Database::)(const class std::basic_string&, const class std::basic_string&, const class std::basic_string&)’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (class Tango::Database::)(const string&, StdStringVector&)’ {aka ‘void (class Tango::Database::)(const class std::basic_string&, class std::vector >&)’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (class Tango::Database::)(const string&, Tango::DbDevInfos&)’ {aka ‘void (class Tango::Database::)(const class std::basic_string&, class std::vector&)’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (class Tango::Database::)(std::string, Tango::DbData&)’ {aka ‘void (class Tango::Database::)(class std::basic_string, class std::vector&)’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (class Tango::DbServerData::)(const string&)’ {aka ‘void (class Tango::DbServerData::)(const class std::basic_string&)’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (class Tango::DbServerData::*)()’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (class Tango::DeviceClass::)(const char)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (class Tango::DeviceClass::)(const string&, const string&)’ {aka ‘void (class Tango::DeviceClass::)(const class std::basic_string&, const class std::basic_string&)’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (class Tango::DeviceClass::)(const string&, const string&, const string&)’ {aka ‘void (class Tango::DeviceClass::)(const class std::basic_string&, const class std::basic_string&, const class std::basic_string&)’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (*)(class Tango::DeviceImpl&, class boost::python::str&, class boost::python::api::object&, class boost::python::api::object&, class boost::python::api::object&, double, enum Tango::AttrQuality, long int, long int)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (*)(class Tango::DeviceImpl&, class boost::python::str&, class boost::python::api::object&, class boost::python::api::object&, class boost::python::api::object&, double, enum Tango::AttrQuality, long int)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (*)(class Tango::DeviceImpl&, class boost::python::str&, class boost::python::api::object&, class boost::python::api::object&, class boost::python::api::object&, double, enum Tango::AttrQuality)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (*)(class Tango::DeviceImpl&, class boost::python::str&, class boost::python::api::object&, class boost::python::api::object&, class boost::python::api::object&, long int, long int)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (*)(class Tango::DeviceImpl&, class boost::python::str&, class boost::python::api::object&, class boost::python::api::object&, class boost::python::api::object&, long int)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (*)(class Tango::DeviceImpl&, class boost::python::str&, class boost::python::api::object&, class boost::python::api::object&, class boost::python::api::object&)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (*)(class Tango::DeviceImpl&, class boost::python::str&, class boost::python::api::object&, class boost::python::api::object&, class boost::python::str&, class boost::python::api::object&, double, enum Tango::AttrQuality)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (*)(class Tango::DeviceImpl&, class boost::python::str&, class boost::python::api::object&, class boost::python::api::object&, class boost::python::str&, class boost::python::api::object&)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (*)(class Tango::DeviceImpl&, class boost::python::str&, class boost::python::api::object&, class boost::python::api::object&, class boost::python::str&, class boost::python::str&, double, enum Tango::AttrQuality)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (*)(class Tango::DeviceImpl&, class boost::python::str&, class boost::python::api::object&, class boost::python::api::object&, class boost::python::str&, class boost::python::str&)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (*)(class Tango::DeviceImpl&, class boost::python::str&, class boost::python::api::object&, class boost::python::api::object&)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (*)(class Tango::DeviceImpl&, class boost::python::str&, class boost::python::api::object&, double, enum Tango::AttrQuality, long int, long int)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (*)(class Tango::DeviceImpl&, class boost::python::str&, class boost::python::api::object&, double, enum Tango::AttrQuality, long int)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (*)(class Tango::DeviceImpl&, class boost::python::str&, class boost::python::api::object&, double, enum Tango::AttrQuality)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (*)(class Tango::DeviceImpl&, class boost::python::str&, class boost::python::api::object&, long int, long int)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (*)(class Tango::DeviceImpl&, class boost::python::str&, class boost::python::api::object&, long int)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (*)(class Tango::DeviceImpl&, class boost::python::str&, class boost::python::api::object&)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (*)(class Tango::DeviceImpl&, class boost::python::str&, class boost::python::str&, class boost::python::api::object&, double, enum Tango::AttrQuality)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (*)(class Tango::DeviceImpl&, class boost::python::str&, class boost::python::str&, class boost::python::api::object&)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (*)(class Tango::DeviceImpl&, class boost::python::str&, class boost::python::str&, class boost::python::str&, double, enum Tango::AttrQuality)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (*)(class Tango::DeviceImpl&, class boost::python::str&, class boost::python::str&, class boost::python::str&)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (*)(class Tango::DeviceImpl&, class boost::python::str&, long int)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (*)(class Tango::DeviceImpl&, class boost::python::str&)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (*)(class Tango::DeviceProxy&, const AttributeInfo&, class boost::python::api::object)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (class Tango::DeviceProxy::)(const AttributeInfoList&)’ {aka ‘void (class Tango::DeviceProxy::)(const class std::vector&)’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (class Tango::DeviceProxy::)(const AttributeInfoListEx&)’ {aka ‘void (class Tango::DeviceProxy::)(const class std::vector&)’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (class Tango::DeviceProxy::)(const char, int)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (class Tango::DeviceProxy::)(const char)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (class Tango::DeviceProxy::)(const class std::vector >&, Tango::DbData&)’ {aka ‘void (class Tango::DeviceProxy::)(const class std::vector >&, class std::vector&)’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (class Tango::DeviceProxy::)(const DbData&)’ {aka ‘void (class Tango::DeviceProxy::)(const class std::vector&)’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (class Tango::DeviceProxy::)(const StdStringVector&)’ {aka ‘void (class Tango::DeviceProxy::)(const class std::vector >&)’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (class Tango::DeviceProxy::)(const string&)’ {aka ‘void (class Tango::DeviceProxy::)(const class std::basic_string&)’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘void ()(class Tango::DeviceProxy&, const string&, class boost::python::api::object)’ {aka ‘void ()(class Tango::DeviceProxy&, const class std::basic_string&, class boost::python::api::object)’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (class Tango::DeviceProxy::)(const string&, Tango::DbData&)’ {aka ‘void (class Tango::DeviceProxy::)(const class std::basic_string&, class std::vector&)’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (*)(class Tango::DeviceProxy&, long int, long int)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (*)(class Tango::DeviceProxy&, long int)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (class Tango::DeviceProxy::)(Tango::DbData&)’ {aka ‘void (class Tango::DeviceProxy::)(class std::vector&)’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (class Tango::DeviceProxy::)(Tango::PipeInfoList&)’ {aka ‘void (class Tango::DeviceProxy::)(class std::vector&)’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (class Tango::DServer::)(const string&)’ {aka ‘void (class Tango::DServer::)(const class std::basic_string&)’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (class Tango::DServer::*)()’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (class Tango::Group::*)(const class std::vector >&, bool)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (class Tango::Group::*)(const class std::vector >&, int)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (class Tango::Group::)(const string&, bool)’ {aka ‘void (class Tango::Group::)(const class std::basic_string&, bool)’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (class Tango::Group::)(const string&, int)’ {aka ‘void (class Tango::Group::)(const class std::basic_string&, int)’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (class Tango::MultiAttribute::)(const string&)’ {aka ‘void (class Tango::MultiAttribute::)(const class std::basic_string&)’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (*)(class Tango::Pipe&, class boost::python::api::object&)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (class Tango::SubDevDiag::)(std::string)’ {aka ‘void (class Tango::SubDevDiag::)(class std::basic_string)’} [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (class Tango::SubDevDiag::*)()’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (*)(class Tango::WAttribute&, class boost::python::api::object&, long int, long int)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (*)(class Tango::WAttribute&, class boost::python::api::object&, long int)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (*)(class Tango::WAttribute&, class boost::python::api::object&)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘void (*)(const class Tango::DevErrorList&)’ [-Wold-style-cast]
- Warning: use of old-style cast to ‘void*’ [-Wold-style-cast]
Edited by Yury Matveev