All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH] KVM: x86: enable -Werror
@ 2020-02-13  1:40 linmiaohe
  2020-02-13  3:31 ` Joe Perches
  0 siblings, 1 reply; 6+ messages in thread
From: linmiaohe @ 2020-02-13  1:40 UTC (permalink / raw)
  To: Paolo Bonzini; +Cc: linux-kernel, kvm

Paolo Bonzini <pbonzini@redhat.com> wrote:
>Avoid more embarrassing mistakes.  At least those that the compiler can catch.
>
>Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
>---

Never mind. It is said that "Not everybody is a sage. Who can be entirely free from error?" :)
Reviewed-by: Miaohe Lin <linmiaohe@huawei.com>


^ permalink raw reply	[flat|nested] 6+ messages in thread
* [PATCH] KVM: x86: enable -Werror
@ 2020-02-12 19:20 Paolo Bonzini
  2020-02-20 13:44 ` Vitaly Kuznetsov
  0 siblings, 1 reply; 6+ messages in thread
From: Paolo Bonzini @ 2020-02-12 19:20 UTC (permalink / raw)
  To: linux-kernel, kvm

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

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 arch/x86/kvm/Makefile | 1 +
 1 file changed, 1 insertion(+)

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
 
-- 
1.8.3.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-02-20 19:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-13  1:40 [PATCH] KVM: x86: enable -Werror linmiaohe
2020-02-13  3:31 ` Joe Perches
2020-02-13  9:54   ` Paolo Bonzini
  -- strict thread matches above, loose matches on Subject: below --
2020-02-12 19:20 Paolo Bonzini
2020-02-20 13:44 ` Vitaly Kuznetsov
2020-02-20 19:39   ` Sean Christopherson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.