Skip to content

Commit

Permalink
Address some warnings when generating windows installer for v3.0.0 (#…
Browse files Browse the repository at this point in the history
…5152)

* Refs #21366: Correct some doxygen public ingroup calls

Signed-off-by: Mario Dominguez <[email protected]>

* Refs #21366: Removed unused variable warning

Signed-off-by: Mario Dominguez <[email protected]>

---------

Signed-off-by: Mario Dominguez <[email protected]>
  • Loading branch information
Mario-DL committed Aug 9, 2024
1 parent 817b14a commit bfef427
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion include/fastdds/config/doxygen_modules.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@

#ifdef FASTDDS_STATISTICS
/** @defgroup STATISTICS_MODULE Statistics Module
* @ingroup MANAGEMENT_MODULE
* @ingroup FASTDDS_GENERAL_API
* This module contains the classes associated with the Statistics Protocols.
*/
#endif // ifdef FASTDDS_STATISTICS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ namespace rtps {

/**
* Struct to define participant types to set participant type parameter property
* @ingroup DISCOVERY_MODULE
*/
struct ParticipantType
{
Expand Down
2 changes: 0 additions & 2 deletions include/fastdds/rtps/builtin/data/ContentFilterProperty.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,13 @@ namespace rtps {

/**
* Information about the content filter being applied by a reader.
* @ingroup BUILTIN_MODULE
*/
class ContentFilterProperty
{
public:

/**
* Allocation configuration for a ContentFilterProperty.
* @ingroup BUILTIN_MODULE
*/
struct AllocationConfiguration
{
Expand Down
2 changes: 2 additions & 0 deletions src/cpp/rtps/transport/shared_mem/SharedMemTransport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ bool SharedMemTransport::is_locator_reachable(
}
catch (const std::exception& e)
{
(void)e;

EPROSIMA_LOG_INFO(RTPS_MSG_OUT,
"Local SHM locator '" << locator <<
"' is not reachable; discarding. Reason: " << e.what());
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ namespace rtps {

/**
* Struct to define participant types to set participant type parameter property
* @ingroup DISCOVERY_MODULE
*/
struct ParticipantType
{
Expand Down

0 comments on commit bfef427

Please sign in to comment.