The CFE_MSG_CMD_HDR_INIT macro's parentheses are not properly balanced.
The CFE_MSG_CMD_HDR_INIT macro contains a ')' instead of a '}' in line 70 as of Latest commit [f9112b4] on Jun 7, 2022
File: nasa/cFE/modules/msg/option_inc/default_cfe_msg_hdr_priext.h
Simple inspection shows the problem.
Opening and closing parentheses should be balanced.
The CFE_MSG_CMD_HDR_INIT macro's parentheses are not properly balanced.
The CFE_MSG_CMD_HDR_INIT macro contains a ')' instead of a '}' in line 70 as of Latest commit [f9112b4] on Jun 7, 2022 File: nasa/cFE/modules/msg/option_inc/default_cfe_msg_hdr_priext.h
Simple inspection shows the problem.
Opening and closing parentheses should be balanced.
line 70: .SystemId = {0, 0) \
Matthias Bark, Boeing