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

KVM: x86: enable -Werror


Avoid more embarrassing mistakes.  At least those that the compiler
can catch.

Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent 120881b9
No related branches found
No related tags found
No related merge requests found
# SPDX-License-Identifier: GPL-2.0 # SPDX-License-Identifier: GPL-2.0
ccflags-y += -Iarch/x86/kvm ccflags-y += -Iarch/x86/kvm
ccflags-y += -Werror
KVM := ../../../virt/kvm KVM := ../../../virt/kvm
......
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