Skip to content
New issue

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

Build failure in fuzz tests when LIBSPDM_EVENT_RECIPIENT_SUPPORT is disabled #2991

Closed
steven-bellock opened this issue Feb 28, 2025 · 0 comments · Fixed by #2996
Closed

Build failure in fuzz tests when LIBSPDM_EVENT_RECIPIENT_SUPPORT is disabled #2991

steven-bellock opened this issue Feb 28, 2025 · 0 comments · Fixed by #2996
Assignees
Labels
build Build system test For tests and testing infrastructure

Comments

@steven-bellock
Copy link
Contributor

LIBSPDM_EVENT_RECIPIENT_SUPPORT=0 results in

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.

@steven-bellock steven-bellock added the build Build system label Feb 28, 2025
@steven-bellock steven-bellock self-assigned this Feb 28, 2025
@steven-bellock steven-bellock added the test For tests and testing infrastructure label Feb 28, 2025
steven-bellock added a commit to steven-bellock/libspdm that referenced this issue Mar 1, 2025
Fix DMTF#2991.

Signed-off-by: Steven Bellock <sbellock@nvidia.com>
steven-bellock added a commit to steven-bellock/libspdm that referenced this issue Mar 1, 2025
Fix DMTF#2991.

Signed-off-by: Steven Bellock <sbellock@nvidia.com>
@jyao1 jyao1 closed this as completed in b7a4b45 Mar 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Build system test For tests and testing infrastructure
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant