From: Paolo Bonzini Date: Wed, 12 Feb 2020 19:15:29 +0000 (+0100) Subject: KVM: x86: enable -Werror X-Git-Tag: v5.6-rc4~25^2~18 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=ead68df94d248c80fdbae220ae5425eb5af2e753;p=users%2Fjedix%2Flinux-maple.git KVM: x86: enable -Werror Avoid more embarrassing mistakes. At least those that the compiler can catch. Signed-off-by: Paolo Bonzini --- diff --git a/arch/x86/kvm/Makefile b/arch/x86/kvm/Makefile index b19ef421084d..4654e97a05cc 100644 --- a/arch/x86/kvm/Makefile +++ b/arch/x86/kvm/Makefile @@ -1,6 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 ccflags-y += -Iarch/x86/kvm +ccflags-y += -Werror KVM := ../../../virt/kvm