File tree Expand file tree Collapse file tree
include/fastdds/dds/xtypes/type_representation Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ if(MSVC OR MSVC_IDE)
6969 endif ()
7070else ()
7171 set (CMAKE_CXX_FLAGS
72- "${CMAKE_CXX_FLAGS } -Wall -pedantic -Wextra -Wno-unknown-pragmas -Wno-error=deprecated-declarations -Wno-switch-bool ${EPROSIMA_EXTRA_CMAKE_CXX_FLAGS} " )
72+ "${CMAKE_CXX_FLAGS } -Wall -pedantic -Wextra -Wno-unknown-pragmas -Wno-error=deprecated-declarations -Wno-switch-bool" )
7373 if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU" )
7474 set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS } -Wno-psabi" )
7575 set (CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS } -Wl,--no-undefined" )
Original file line number Diff line number Diff line change @@ -1934,8 +1934,8 @@ class TypeObjectUtils
19341934 * @brief If one of the @ref TypeIdentifier in @ref TypeIdentifierPair is minimal, returns its reference.
19351935 *
19361936 * @param[in] type_ids @ref TypeIdentifierPair used to retrieve the @ref TypeIdentifier.
1937- * @param[out] bool Returns if there was an error.
1938- * @return Reference to the minimal @TypeIdentifier.
1937+ * @param[out] ec Returns if there was an error.
1938+ * @return Reference to the minimal @ref TypeIdentifier.
19391939 */
19401940 FASTDDS_EXPORTED_API static const TypeIdentifier& retrieve_minimal_type_identifier (
19411941 const TypeIdentifierPair& type_ids,
@@ -1945,8 +1945,8 @@ class TypeObjectUtils
19451945 * @brief If one of the @ref TypeIdentifier in @ref TypeIdentifierPair is complete, returns its reference.
19461946 *
19471947 * @param[in] type_ids @ref TypeIdentifierPair used to retrieve the @ref TypeIdentifier.
1948- * @param[out] bool Returns if there was an error.
1949- * @return Reference to the complete @TypeIdentifier.
1948+ * @param[out] ec Returns if there was an error.
1949+ * @return Reference to the complete @ref TypeIdentifier.
19501950 */
19511951 FASTDDS_EXPORTED_API static const TypeIdentifier& retrieve_complete_type_identifier (
19521952 const TypeIdentifierPair& type_ids,
You can’t perform that action at this time.
0 commit comments