Skip to content

Commit

Permalink
Fix unused variabled warning (#377)
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Perron <jacob@openrobotics.org>
  • Loading branch information
jacobperron authored Apr 30, 2020
1 parent 3b1ac77 commit 6dec5cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rmw_fastrtps_shared_cpp/src/rmw_security_logging.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ bool apply_security_logging_configuration(eprosima::fastrtps::rtps::PropertyPoli

return true;
#else
(void)policy;
RMW_SET_ERROR_MSG(
"This Fast-RTPS version doesn't have the security libraries\n"
"Please compile Fast-RTPS using the -DSECURITY=ON CMake option");
Expand Down

0 comments on commit 6dec5cf

Please sign in to comment.