Re: [PATCH 01/12] pc-bios/s390-ccw: Add a proper prototype for main()

2022-07-01 Thread Eric Farman
On Tue, 2022-06-28 at 15:10 +0200, Thomas Huth wrote: > Older versions of Clang complain if there is no prototype for main(). > Add one, and while we're at it, make sure that we use the same type > for main.c and netmain.c - since the return value does not matter, > declare the return type of

[PATCH 01/12] pc-bios/s390-ccw: Add a proper prototype for main()

2022-06-28 Thread Thomas Huth
Older versions of Clang complain if there is no prototype for main(). Add one, and while we're at it, make sure that we use the same type for main.c and netmain.c - since the return value does not matter, declare the return type of main() as "void". Reviewed-by: Cornelia Huck Signed-off-by: