Skip to content

Commit 8c00608

Browse files
authored
Fixed windows warning (#254)
Signed-off-by: Alejandro Hernandez Cordero <[email protected]>
1 parent 1eceed4 commit 8c00608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rmw_implementation/src/functions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@ RMW_INTERFACE_FN(
759759

760760
RMW_INTERFACE_FN(
761761
rmw_event_type_is_supported,
762-
bool, RMW_EVENT_INVALID,
762+
bool, false,
763763
1, ARG_TYPES(
764764
rmw_event_type_t))
765765

0 commit comments

Comments
 (0)