OSDN Git Service
(root)
/
uclinux-h8
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
120881b
)
KVM: x86: enable -Werror
author
Paolo Bonzini
<pbonzini@redhat.com>
Wed, 12 Feb 2020 19:15:29 +0000
(20:15 +0100)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Wed, 12 Feb 2020 19:15:29 +0000
(20:15 +0100)
Avoid more embarrassing mistakes. At least those that the compiler
can catch.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/Makefile
patch
|
blob
|
history
diff --git
a/arch/x86/kvm/Makefile
b/arch/x86/kvm/Makefile
index
b19ef42
..
4654e97
100644
(file)
--- 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