On 24/06/21 00:08, Sean Christopherson wrote:
We can just mark them static inline, which is a good idea anyway and enough
But they already are static inline:-(
Yep, I noticed later. :/ Probably the clang difference below?
to shut up the compiler (clang might behave different in this respect for .h
and .c files, but again it's just a warning and not a bisection breakage).
I was worried about the CONFIG_KVM_WERROR=y case.
CONFIG_KVM_WERROR can always be disabled. "Unused" warnings do
sometimes happen in the middle of large series.
Paolo