We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LIBSPDM_EVENT_RECIPIENT_SUPPORT
LIBSPDM_EVENT_RECIPIENT_SUPPORT=0 results in
LIBSPDM_EVENT_RECIPIENT_SUPPORT=0
libspdm\unit_test\fuzzing\test_requester\test_spdm_requester_get_event_types\get_event_types.c(109): warning C4013: 'libspdm_get_event_types' undefined; assuming extern returning int
as that file uses LIBSPDM_ENABLE_CAPABILITY_EVENT_CAP instead of LIBSPDM_EVENT_RECIPIENT_SUPPORT.
LIBSPDM_ENABLE_CAPABILITY_EVENT_CAP
The text was updated successfully, but these errors were encountered:
Fix fuzz test build failure
591757e
Fix DMTF#2991. Signed-off-by: Steven Bellock <sbellock@nvidia.com>
dd50cf2
b7a4b45
steven-bellock
Successfully merging a pull request may close this issue.
LIBSPDM_EVENT_RECIPIENT_SUPPORT=0
results inas that file uses
LIBSPDM_ENABLE_CAPABILITY_EVENT_CAP
instead ofLIBSPDM_EVENT_RECIPIENT_SUPPORT
.The text was updated successfully, but these errors were encountered: