-
Notifications
You must be signed in to change notification settings - Fork 106
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
the vendor_cmds requester unit_test has some error #2780
Comments
Removing
|
Also reproduces in
|
This is "fixed" by moving libspdm/unit_test/test_spdm_requester/vendor_request.c Lines 222 to 227 in a3e5b99
libspdm/unit_test/test_spdm_requester/error_test/vendor_request_err.c Lines 219 to 224 in a3e5b99
_main functions. This should be done anyways since those values are not needed at file scope and definitely do not need external linkage.
|
libspdm/unit_test/test_spdm_requester/vendor_request.c Lines 130 to 131 in 704d565
libspdm/unit_test/test_spdm_requester/error_test/vendor_request_err.c Lines 118 to 119 in 704d565
Also use of |
Fix DMTF#2780. Signed-off-by: Steven Bellock <[email protected]>
When any requester unit_test is called after the vendor_cmds requester unit_test, the GCC release build failed.
There is a example PR:
Wenxing-hou#17
The text was updated successfully, but these errors were encountered: