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

MdePkg/BaseOverflowLib: Support BASE_ALIGNAS on VS2019 #71

Merged
merged 1 commit into from
Nov 27, 2024

Conversation

mikebeaton
Copy link
Contributor

@mikebeaton mikebeaton commented Nov 27, 2024

Note: this must be combined with flag /wd4324 added to MSFT:*_CC_FLAGS to avoid spurious warnings when the macro is working as intended.

Update comment since alignment in all architectures can be used to align structure member or variable definition.

Note: this must be combined with flag /wd4324 added to MSFT:*_CC_FLAGS
to avoid spurious warnings when the macro is working as intended.

Update comment since alignment in all architectures can be used to align
structure member or variable definition.
@mikebeaton mikebeaton merged commit af05a18 into master Nov 27, 2024
60 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant