Skip to content

Commit

Permalink
Just use NEVER_TAG (since we dont do Werror on macOS)
Browse files Browse the repository at this point in the history
  • Loading branch information
erlingrj committed Mar 18, 2024
1 parent 345f7b0 commit ad65722
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions core/federated/federate.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,8 @@ federate_instance_t _fed = {.socket_TCP_RTI = -1,
.has_upstream = false,
.has_downstream = false,
.received_stop_request_from_rti = false,
.last_sent_LTC.time = NEVER,
.last_sent_LTC.microstep = 0u,
.last_sent_NET.time = NEVER,
.last_sent_NET.microstep = 0u,
.last_sent_LTC = NEVER_TAG,
.last_sent_NET = NEVER_TAG,
.min_delay_from_physical_action_to_federate_output = NEVER};

federation_metadata_t federation_metadata = {
Expand Down

0 comments on commit ad65722

Please sign in to comment.