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 <sea...@google.com>
---
  tools/testing/selftests/kvm/Makefile | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>


_______________________________________________
kvmarm mailing list
kvmarm@lists.cs.columbia.edu
https://lists.cs.columbia.edu/mailman/listinfo/kvmarm

Reply via email to