commit | f191bd8f42aff88be6f2b60d24d49bde90a924a0 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Tue Apr 04 20:50:38 2023 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Apr 06 06:43:29 2023 -0500 |
tree | 223bbc1964669c69ef065a7cc7b15dabd6799baf | |
parent | 3964d552b6b3460bb41f30da2f8feb481c0e332b [diff] |
slp_parser: fix missing-field-initializers warnings By attempting to pass a single field value into the Message, the implication is that the other fields are non-initialized, due to list-initialization rules. Remove the first `0` parameter, so that the default initialization is done. Change-Id: If85a39c8c34299ec508edd888c052f622a463770 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>