Skip to content

Commit

Permalink
Use (void) in declaration of param-less function (#114)
Browse files Browse the repository at this point in the history
Signed-off-by: Christophe Bedard <[email protected]>
  • Loading branch information
christophebedard authored Mar 6, 2024
1 parent 32ef3f6 commit 5805b1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ rcl_logging_external_initialize(
RCL_LOGGING_INTERFACE_PUBLIC
RCUTILS_WARN_UNUSED
rcl_logging_ret_t
rcl_logging_external_shutdown();
rcl_logging_external_shutdown(void);

/// Log a message.
/**
Expand Down

0 comments on commit 5805b1c

Please sign in to comment.