Skip to content
Snippets Groups Projects
Commit 8a967d65 authored by Paolo Bonzini's avatar Paolo Bonzini
Browse files

KVM: x86: replace static const variables with macros


Even though the compiler is able to replace static const variables with
their value, it will warn about them being unused when Linux is built with W=1.
Use good old macros instead, this is not C++.

Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent 699116c4
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment