You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/path/to/cyclonedds/src/core/ddsc/include/dds/dds.h:759:5: error: declaration is marked with '@deprecated' command but does not have a deprecation attribute [-Werror,-Wdocumentation-deprecated-sync]
759 | * @deprecated Get enabled status on entity. Use \ref dds_get_status_mask instead.
| ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
760 | * @ingroup deprecated
| ~
/path/to/cyclonedds/src/core/ddsc/include/dds/dds.h:766:23: note: add a deprecation attribute to the declaration to silence this warning
766 | DDS_DEPRECATED_EXPORT dds_return_t
| ^
| __attribute__((deprecated))
Using latest released version 0.10.5.
The text was updated successfully, but these errors were encountered:
For example:
Using latest released version 0.10.5.
The text was updated successfully, but these errors were encountered: