Re: [PATCH 07/14] KVM: selftests: Use proper function prototypes in probing code

From: Philippe Mathieu-Daudé
Date: Tue Dec 13 2022 - 04:48:11 EST


On 13/12/22 01:16, Sean Christopherson wrote:
Make the main() functions in the probing code proper prototypes so that
compiling the probing code with more strict flags won't generate false
negatives.

<stdin>:1:5: error: function declaration isn’t a prototype [-Werror=strict-prototypes]

Signed-off-by: Sean Christopherson <seanjc@xxxxxxxxxx>
---
tools/testing/selftests/kvm/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx>