Skip to content

Conversation

@samek-h
Copy link

@samek-h samek-h commented Aug 28, 2021

As the cpuid command is only compiled on x86, make the creation of variadic
parameters structure also x86-specific. This prevents the warning for unused
variable cpuid_params (which gets escalated to an error due to -Werror).

Fixes #23 .

As the cpuid command is only compiled on x86, make the creation of variadic
parameters structure also x86-specific. This prevents the warning for unused
variable `cpuid_params` (which gets escalated to an error due to `-Werror`).

Signed-off-by: Jan Samek <samekh@email.cz>
@samek-h samek-h force-pushed the fix/non-x86-unused-variable-werror branch from ff8dec8 to adda25d Compare December 21, 2022 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Warning escalated to error during aarch64 compilation

1 participant